Class PagePressedEventArgs
Arguments for the Controller's PagePressed event.
Inheritance
System.Object
PagePressedEventArgs
Namespace: PSPDFKit.UI
Assembly: PSPDFKit.dll
Syntax
public sealed class PagePressedEventArgs
Properties
Coordinates
Coordinates of the press.
Declaration
public Point Coordinates { get; set; }
Property Value
| Type | Description |
|---|---|
| Windows.Foundation.Point |
PageIndex
Index of the page the click was on.
Declaration
public int PageIndex { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Int32 |
Pointer
Class containing pointer information.
Declaration
public PointerData Pointer { get; set; }
Property Value
| Type | Description |
|---|---|
| PointerData |