PdfViewer.CurrentPageNumber Property
In This Article
Gets or sets the number of the page that is currently displayed in the PDF viewer. This is a bindable property.
Namespace: DevExpress.Maui.Pdf
Assembly: DevExpress.Maui.Pdf.dll
NuGet Package: DevExpress.Maui.Pdf
#Declaration
C#
public int CurrentPageNumber { get; set; }
#Property Value
Type | Description |
---|---|
Int32 | A page’s serial number. |
#Remarks
Use the PageCount property to obtain the total number of pages in the current PDF document.
See Also