Closes a previously opened multi-page bitmap and, when the bitmap was not opened read-only, applies any changes made to it.

Namespace:  FreeImageAPI
Assembly:  FreeImageNET (in FreeImageNET.dll)

Syntax

C#
public static bool CloseMultiBitmap(
	FIMULTIBITMAP bitmap,
	FREE_IMAGE_SAVE_FLAGS flags
)
Visual Basic (Declaration)
Public Shared Function CloseMultiBitmap ( _
	bitmap As FIMULTIBITMAP, _
	flags As FREE_IMAGE_SAVE_FLAGS _
) As Boolean
Visual C++
public:
static bool CloseMultiBitmap(
	FIMULTIBITMAP bitmap, 
	FREE_IMAGE_SAVE_FLAGS flags
)

Parameters

bitmap
Type: FreeImageAPI..::.FIMULTIBITMAP
Handle to a FreeImage multi-paged bitmap.
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