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