Click or drag to resize

CPDFDocumentImportPagesAtIndex Method

Imports page(s) from another document at the specified index point.

Namespace:  ComPDFKit.PDFDocument
Assembly:  ComPDFKit.NET (in ComPDFKit.NET.dll) Version: 2.0.0.0
Syntax
C#
public bool ImportPagesAtIndex(
	CPDFDocument otherDocument,
	string pageRange,
	int pageIndex
)

Parameters

otherDocument
Type: ComPDFKit.PDFDocumentCPDFDocument
Document that need to be imported.
pageRange
Type: SystemString
The page range of the imported document, for example :1,3,5; 6-10;
pageIndex
Type: SystemInt32
The specified index point.

Return Value

Type: Boolean
Returns true on success, false on failure.
See Also