PdfPagesInsert Method (Int32, PdfPage)Terminal Works - PDF Printing.Net Library
Inserts the specified PdfPage at the specified position to this document and maybe returns a new PdfPage object. The value returned is a new object if the inserted page comes from a foreign document.

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

public PdfPage Insert(
	int index,
	PdfPage page
)

Parameters

index
Type: SystemInt32
page
Type: PdfEdit.PdfPdfPage

Return Value

Type: PdfPage
See Also

Reference