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:
FreeImageAPIAssembly: 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.