XPdfFormPageIndex Property Terminal Works - PDF Printing.Net Library
Gets or sets the page index in the external PDF document this object refers to. The page index is zero-based, i.e. it is in the range from 0 to PageCount - 1. The default value is 0.

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

public int PageIndex { get; set; }

Property Value

Type: Int32
See Also

Reference