PdfDocumentArea.PageNumber Property
Indicates the page number corresponding to the current document area.
Namespace: DevExpress.Pdf
Assembly: DevExpress.Pdf.v19.1.Core.dll
Declaration
Property Value
Type | Description |
---|---|
Int32 | An integer value that is the page number. |
Remarks
The page numbering in a PDF document starts with 1 (not 0).
See Also