FreeImage.LoadMultiBitmapFromMemory Method

FreeImage.NET

FreeImageLoadMultiBitmapFromMemory Method
Open a multi-page bitmap from a memory stream.

Namespace: FreeImageAPI
Assembly: FreeImageNET (in FreeImageNET.dll) Version: 3.17.0.4 (3.17.0)
Syntax
C#
public static FIMULTIBITMAP LoadMultiBitmapFromMemory(
	FREE_IMAGE_FORMAT fif,
	FIMEMORY stream,
	FREE_IMAGE_LOAD_FLAGS flags
)

Parameters

fif
Type: FreeImageAPIFREE_IMAGE_FORMAT
Type of the bitmap.
stream
Type: FreeImageAPIFIMEMORY
The stream to decode.
flags
Type: FreeImageAPIFREE_IMAGE_LOAD_FLAGS
Flags to enable or disable plugin-features.

Return Value

Type: FIMULTIBITMAP
Handle to a FreeImage multi-paged bitmap.
See Also