Insert pages into the current PdfDocument from another PdfDocument.
Visual Basic |
---|
Public Sub InsertPages( _ ByVal pIInsertPagesOptions As InsertPagesOptions _ ) |
- pIInsertPagesOptions
- InsertPagesOptions values to import into the current PdfDocument.
This method inserts specified pages from PdfDocument object that contains a PDF that has been successfully opened into memory. The PdfDocument object calling this method must also contain a PDF that has been successfully opened into memory.