Click or drag to resize

CPDFDocumentImportPages Method

Imports page(s) from another document at the end of the document.

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

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;

Return Value

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