Closes a previously opened multi-page bitmap and, when the bitmap was not opened read-only, applies any changes made to it.
Namespace:
FreeImageAPIAssembly: 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.