Skip to main content

PdfViewer.CurrentPageNumber Property

Specifies the number of the currently displayed page.

Namespace: DevExpress.XtraPdfViewer

Assembly: DevExpress.XtraPdfViewer.v23.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