FreeImage.CloseMultiBitmapEx Method (FIMULTIBITMAP)

FreeImage.NET

FreeImageCloseMultiBitmapEx Method (FIMULTIBITMAP)
Closes a previously opened multi-page bitmap and, when the bitmap was not opened read-only, applies any changes made to it. On success the handle will be reset to null.

Namespace: FreeImageAPI
Assembly: FreeImageNET (in FreeImageNET.dll) Version: 3.17.0.4 (3.17.0)
Syntax
C#
public static bool CloseMultiBitmapEx(
	ref FIMULTIBITMAP bitmap
)

Parameters

bitmap
Type: FreeImageAPIFIMULTIBITMAP
Handle to a FreeImage multi-paged bitmap.

Return Value

Type: Boolean
Returns true on success, false on failure.
See Also