Skip to main content

PdfViewer.PageTap Event

Occurs when a user taps a point on the PDF viewer’s page area.

Namespace: DevExpress.Maui.Pdf

Assembly: DevExpress.Maui.Pdf.dll

NuGet Package: DevExpress.Maui.Pdf

Declaration

public event EventHandler<PageTapEventArgs> PageTap

Event Data

The PageTap event's data class is PageTapEventArgs. The following properties provide information specific to this event:

Property Description
PageIndex Returns the index of the page that a user taps.
PagePosition Returns the coordinates of the screen point a user taps.
See Also