A Sandcastle Documented Class Library
A Sandcastle Documented Class Library
ComPDFKit.PDFDocument
CPDFDocument Class
CPDFDocument Methods
InsertPage Method
InsertPage Method (Int32, Single, Single, Byte[])
InsertPage Method (Int32, Single, Single, String)
CPDFDocument
InsertPage Method (Int32, Single, Single,
Byte
)
Namespace:
ComPDFKit.PDFDocument
Assembly:
ComPDFKit.NET (in ComPDFKit.NET.dll) Version: 2.2.0.0 (2.2.0.0)
Syntax
C#
Copy
public
bool
InsertPage
(
int
pageIndex
,
float
width
,
float
height
,
byte
[]
imageData
)
Parameters
pageIndex
Type:
System
Int32
width
Type:
System
Single
height
Type:
System
Single
imageData
Type:
System
Byte
Return Value
Type:
Boolean
See Also
Reference
CPDFDocument Class
InsertPage Overload
ComPDFKit.PDFDocument Namespace