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.2.0.0 (2.2.0.0)
Syntax 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:
BooleanReturns true on success, false on failure.
See Also