Loads a FreeImage multi-paged bitmap.
            
    Namespace: 
   FreeImageAPI
    Assembly:
   FreeImageNET (in FreeImageNET.dll)
 Syntax
Syntax
| Visual Basic (Declaration) | 
|---|
| Public Shared Function OpenMultiBitmapEx ( _
	filename As String, _
	keep_cache_in_memory As Boolean _
) As FIMULTIBITMAP | 
Parameters
- filename
- Type: System..::.String
 The complete name of the file to load.
- keep_cache_in_memory
- Type: System..::.Boolean
 When true performance is increased at the cost of memory.
Return Value
Handle to a FreeImage multi-paged bitmap.
 Exceptions
Exceptions
 Version Information
Version Information
FreeImage.NET
Supported in: 3.11.0, 3.12.0, 3.13.0, 3.13.1
 See Also
See Also