Open a multi-page bitmap from a memory stream.
Namespace:
FreeImageAPIAssembly: FreeImageNET (in FreeImageNET.dll)
Syntax
| C# |
|---|
public static FIMULTIBITMAP LoadMultiBitmapFromMemory( FREE_IMAGE_FORMAT fif, FIMEMORY stream, FREE_IMAGE_LOAD_FLAGS flags ) |
| Visual Basic (Declaration) |
|---|
Public Shared Function LoadMultiBitmapFromMemory ( _ fif As FREE_IMAGE_FORMAT, _ stream As FIMEMORY, _ flags As FREE_IMAGE_LOAD_FLAGS _ ) As FIMULTIBITMAP |
| Visual C++ |
|---|
public: static FIMULTIBITMAP LoadMultiBitmapFromMemory( FREE_IMAGE_FORMAT fif, FIMEMORY stream, FREE_IMAGE_LOAD_FLAGS flags ) |
Parameters
- fif
- Type: FreeImageAPI..::.FREE_IMAGE_FORMAT
Type of the bitmap.
- stream
- Type: FreeImageAPI..::.FIMEMORY
The stream to decode.
- flags
- Type: FreeImageAPI..::.FREE_IMAGE_LOAD_FLAGS
Flags to enable or disable plugin-features.