FreeImage.OpenMultiBitmapEx Method (String)

FreeImage.NET

FreeImageOpenMultiBitmapEx Method (String)
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
)

Parameters

filename
Type: SystemString
The complete name of the file to load.

Return Value

Type: FIMULTIBITMAP
Handle to a FreeImage multi-paged bitmap.
Exceptions
ExceptionCondition
FileNotFoundExceptionfilename does not exists while opening.
See Also