PdfDocumentInsertPage Method (Int32, PdfPage)Terminal Works - PDF Printing.Net Library
Inserts the specified page in this document. If the page is from an external document, it is imported to this document. In this case the returned page is not the same object as the specified one.

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

public PdfPage InsertPage(
	int index,
	PdfPage page
)

Parameters

index
Type: SystemInt32
page
Type: PdfEdit.PdfPdfPage

Return Value

Type: PdfPage
See Also

Reference