Click or drag to resize

CPDFDocumentInsertPage Method (Int32, Single, Single, Byte)

Namespace:  ComPDFKit.PDFDocument
Assembly:  ComPDFKit.NET (in ComPDFKit.NET.dll) Version: 2.0.0.0
Syntax
C#
public bool InsertPage(
	int pageIndex,
	float width,
	float height,
	byte[] imageData
)

Parameters

pageIndex
Type: SystemInt32
width
Type: SystemSingle
height
Type: SystemSingle
imageData
Type: SystemByte

Return Value

Type: Boolean
See Also