FreeImage.NET Class Library Reference
FreeImageOpenMultiBitmapEx Method (String, Boolean) |
Loads a FreeImage multi-paged bitmap.
Namespace: FreeImageAPI
Assembly: FreeImageNET (in FreeImageNET.dll) Version: 3.17.0.4 (3.17.0)
Syntax
C#
public static FIMULTIBITMAP OpenMultiBitmapEx( string filename, bool keep_cache_in_memory )
Parameters
- filename
- Type: SystemString
The complete name of the file to load. - keep_cache_in_memory
- Type: SystemBoolean
When true performance is increased at the cost of memory.
Return Value
Type: FIMULTIBITMAPHandle to a FreeImage multi-paged bitmap.
Exceptions
Exception | Condition |
---|---|
FileNotFoundException | filename does not exists while opening. |
See Also