PdfPagesInsertRange Method (Int32, PdfDocument, Int32)Terminal Works - PDF Printing.Net Library
Inserts all pages of the specified document into this document.

Namespace: PdfEdit.Pdf
Assembly: PdfPrintingNet (in PdfPrintingNet.dll) Version: 5.2.1.0 (5.2.1.0)
Syntax

public void InsertRange(
	int index,
	PdfDocument document,
	int startIndex
)

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.
See Also

Reference