Class TouchInteractionEventArgs
Provides data for the Tapped ,DoubleTapped and LongPressed events.
Inheritance
System.Object
TouchInteractionEventArgs
Namespace: Syncfusion.SfPdfViewer.Android
Assembly: Syncfusion.SfPdfViewer.Android.dll
Syntax
public class TouchInteractionEventArgs : EventArgs
Properties
PageNumber
Gets page number of the SfPdfViewer when touch.
Declaration
public int PageNumber { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
Position
Gets position of the SfPdfViewer when touch.
Declaration
public Point Position { get; }
Property Value
Type | Description |
---|---|
Android.Graphics.Point |