Skip to main content

PdfDocumentArea.PageNumber Property

Indicates the page number corresponding to the current document area.

Namespace: DevExpress.Pdf

Assembly: DevExpress.Pdf.v23.2.Core.dll

NuGet Package: DevExpress.Pdf.Core

Declaration

public int PageNumber { get; }

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