Skip to main content

PdfViewerCommands.GoToNextPage Property

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

Namespace: DevExpress.Maui.Pdf

Assembly: DevExpress.Maui.Pdf.dll

NuGet Package: DevExpress.Maui.Pdf

Declaration

public Command GoToNextPage { 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