Back to Devexpress

PdfViewer.CurrentPageNumber Property

maui-devexpress-dot-maui-dot-pdf-dot-pdfviewer-9fcb47a8.md

latest941 B
Original Source

PdfViewer.CurrentPageNumber Property

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

csharp
public int CurrentPageNumber { get; set; }

Property Value

TypeDescription
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

PdfViewer Class

PdfViewer Members

DevExpress.Maui.Pdf Namespace