Loads a FreeImage multi-paged bitmap.

Namespace:  FreeImageAPI
Assembly:  FreeImageNET (in FreeImageNET.dll)

Syntax

C#
public static FIMULTIBITMAP OpenMultiBitmapFromStream(
	Stream stream
)
Visual Basic (Declaration)
Public Shared Function OpenMultiBitmapFromStream ( _
	stream As Stream _
) As FIMULTIBITMAP
Visual C++
public:
static FIMULTIBITMAP OpenMultiBitmapFromStream(
	Stream^ stream
)

Parameters

stream
Type: System.IO..::.Stream
The stream to load the bitmap from.

Return Value

Handle to a FreeImage multi-paged bitmap.

Version Information

FreeImage.NET

Supported in: 3.13.0, 3.13.1

See Also