Inserts  pages of the specified document into this document.
            
Namespace: PdfEdit.Pdf
Assembly: PdfPrintingNet (in PdfPrintingNet.dll) Version: 5.1.1.0 (5.1.1.0)
Syntax
public void InsertRange( int index, PdfDocument document, int startIndex, int pageCount )
Parameters
- index
 - Type: SystemInt32
The index in this document where to insert the page . - document
 - Type: PdfEdit.PdfPdfDocument
The document to be inserted. - startIndex
 - Type: SystemInt32
The index of the first page to be inserted. - pageCount
 - Type: SystemInt32
The number of pages to be inserted. 
See Also