Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

PdfDocumentArea.PageNumber Property

Indicates the page number corresponding to the current document area.

Namespace: DevExpress.Pdf

Assembly: DevExpress.Pdf.v20.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