Skip to main content
A newer version of this page is available. .

PdfViewer.CurrentPageNumber Property

Specifies the number of the currently displayed page.

Namespace: DevExpress.XtraPdfViewer

Assembly: DevExpress.XtraPdfViewer.v20.2.dll

NuGet Package: DevExpress.Win.PdfViewer

Declaration

[DefaultValue(1)]
public int CurrentPageNumber { get; set; }

Property Value

Type Default Description
Int32 1

An integer value, specifying the current page number.

See Also