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