FreeImage.AppendPage Method

FreeImage.NET

FreeImageAppendPage Method
Appends a new page to the end of the bitmap.

Namespace: FreeImageAPI
Assembly: FreeImageNET (in FreeImageNET.dll) Version: 3.17.0.4 (3.17.0)
Syntax
C#
public static void AppendPage(
	FIMULTIBITMAP bitmap,
	FIBITMAP data
)

Parameters

bitmap
Type: FreeImageAPIFIMULTIBITMAP
Handle to a FreeImage multi-paged bitmap.
data
Type: FreeImageAPIFIBITMAP
Handle to a FreeImage bitmap.
See Also