Skip to main content

PdfViewerCommands.GoToPreviousPage Property

Returns the command that navigates the document to the previous page.

Namespace: DevExpress.Maui.Pdf

Assembly: DevExpress.Maui.Pdf.dll

NuGet Package: DevExpress.Maui.Pdf

Declaration

public Command GoToPreviousPage { get; }

Property Value

Type
Command

Remarks

To implement a navigation UI, you can use the PdfViewer.CurrentPageNumber property to obtain the current page number. The PdfViewer.PageCount property allows you to get the total number of pages in the current PDF document.

See Also