FreeImage.CloseMultiBitmap Method

FreeImage.NET

FreeImageCloseMultiBitmap Method
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) Version: 3.17.0.4 (3.17.0)
Syntax
C#
public static bool CloseMultiBitmap(
	FIMULTIBITMAP bitmap,
	FREE_IMAGE_SAVE_FLAGS flags
)

Parameters

bitmap
Type: FreeImageAPIFIMULTIBITMAP
Handle to a FreeImage multi-paged bitmap.
flags
Type: FreeImageAPIFREE_IMAGE_SAVE_FLAGS
Flags to enable or disable plugin-features.

Return Value

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