PdfPagesInsert Method (Int32)Terminal Works - PDF Printing.Net Library
Creates a new PdfPage, inserts it at the specified position into this document, and returns it.

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

public PdfPage Insert(
	int index
)

Parameters

index
Type: SystemInt32

Return Value

Type: PdfPage
See Also

Reference