Appends a new page to the end of the bitmap.

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

Syntax

C#
public static void AppendPage(
	FIMULTIBITMAP bitmap,
	FIBITMAP data
)
Visual Basic (Declaration)
Public Shared Sub AppendPage ( _
	bitmap As FIMULTIBITMAP, _
	data As FIBITMAP _
)
Visual C++
public:
static void AppendPage(
	FIMULTIBITMAP bitmap, 
	FIBITMAP data
)

Parameters

bitmap
Type: FreeImageAPI..::.FIMULTIBITMAP
Handle to a FreeImage multi-paged bitmap.
data
Type: FreeImageAPI..::.FIBITMAP
Handle to a FreeImage bitmap.

Version Information

FreeImage.NET

Supported in: 3.11.0, 3.12.0, 3.13.0, 3.13.1

See Also