PdfPagesInsertRange Method (Int32, PdfDocument)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.1.1.0 (5.1.1.0)
Syntax

public void InsertRange(
	int index,
	PdfDocument document
)

Parameters

index
Type: SystemInt32
The index in this document where to insert the page .
document
Type: PdfEdit.PdfPdfDocument
The document to be inserted.
See Also

Reference