PageTapEventArgs.PageIndex Property
In This Article
Returns the index of the page that a user taps.
Namespace: DevExpress.Maui.Pdf
Assembly: DevExpress.Maui.Pdf.dll
NuGet Package: DevExpress.Maui.Pdf
#Declaration
C#
public int PageIndex { get; }
#Property Value
Type | Description |
---|---|
Int32 | The page index. |
See Also