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)

Syntax

C#
public static bool CloseMultiBitmapEx(
	ref FIMULTIBITMAP dib
)
Visual Basic (Declaration)
Public Shared Function CloseMultiBitmapEx ( _
	ByRef dib As FIMULTIBITMAP _
) As Boolean
Visual C++
public:
static bool CloseMultiBitmapEx(
	FIMULTIBITMAP% dib
)

Parameters

dib
Type: FreeImageAPI..::.FIMULTIBITMAP %

Return Value

Returns true on success, false on failure.

Version Information

FreeImage.NET

Supported in: 3.11.0, 3.12.0, 3.13.0, 3.13.1

See Also