FreeImage.OpenMultiBitmapFromStream Method (Stream)

FreeImage.NET

FreeImageOpenMultiBitmapFromStream Method (Stream)
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 OpenMultiBitmapFromStream(
	Stream stream
)

Parameters

stream
Type: System.IOStream
The stream to load the bitmap from.

Return Value

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