PageTapEventArgs(Int32, Point) Constructor
Initializes a new instance of the PageTapEventArgs class with specified settings.
Namespace: DevExpress.Maui.Pdf
Assembly: DevExpress.Maui.Pdf.dll
NuGet Package: DevExpress.Maui.Pdf
Declaration
public PageTapEventArgs(
int pageIndex,
Point position
)
Parameters
Name | Type |
---|---|
pageIndex | Int32 |
position | Point |
See Also