Class PagePointerEventArgs
Contains event data associated with page.
Inheritance
System.Object
PagePointerEventArgs
Namespace: Syncfusion.Windows.PdfViewer
Assembly: Syncfusion.SfPdfViewer.UWP.dll
Syntax
public class PagePointerEventArgs : EventArgs
Constructors
PagePointerEventArgs()
Creates a new instance of the PagePointerEventArgs class.
Declaration
public PagePointerEventArgs()
Properties
CurrentPageIndex
Index of the page being pressed or released.
Declaration
public int CurrentPageIndex { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
X
X coordinate of the pointer pressed or released location with respect to the starting position of the page.
Declaration
public float X { get; }
Property Value
Type | Description |
---|---|
System.Single |
Y
Y coordinate of the pointer pressed or released location with respect to the starting position of the page.
Declaration
public float Y { get; }
Property Value
Type | Description |
---|---|
System.Single |