Loads a FreeImage multi-paged bitmap.
Namespace:
FreeImageAPIAssembly: FreeImageNET (in FreeImageNET.dll)
Syntax
| C# |
|---|
public static FIMULTIBITMAP OpenMultiBitmapEx( string filename ) |
| Visual Basic (Declaration) |
|---|
Public Shared Function OpenMultiBitmapEx ( _ filename As String _ ) As FIMULTIBITMAP |
| Visual C++ |
|---|
public: static FIMULTIBITMAP OpenMultiBitmapEx( String^ filename ) |
Parameters
- filename
- Type: System..::.String
The complete name of the file to load.
Return Value
Handle to a FreeImage multi-paged bitmap.
Exceptions
| Exception | Condition |
|---|---|
| System.IO..::.FileNotFoundException | filename does not exists while opening. |