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

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

public int PageNumber { get; set; }

Property Value

Type: Int32
See Also

Reference