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,
	FREE_IMAGE_SAVE_FLAGS flags
)
Visual Basic (Declaration)
Public Shared Function CloseMultiBitmapEx ( _
	ByRef dib As FIMULTIBITMAP, _
	flags As FREE_IMAGE_SAVE_FLAGS _
) As Boolean
Visual C++
public:
static bool CloseMultiBitmapEx(
	FIMULTIBITMAP% dib, 
	FREE_IMAGE_SAVE_FLAGS flags
)

Parameters

dib
Type: FreeImageAPI..::.FIMULTIBITMAP %
flags
Type: FreeImageAPI..::.FREE_IMAGE_SAVE_FLAGS
Flags to enable or disable plugin-features.

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