FreeImage.NET Class Library Reference
FreeImageCloseMultiBitmapEx Method (FIMULTIBITMAP, FREE_IMAGE_SAVE_FLAGS) |
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, 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: BooleanReturns true on success, false on failure.
See Also