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 |
---|
System.Int32 |
PagePosition
Declaration
public Point PagePosition { get; }
Property Value
Type |
---|
Android.Graphics.Point |
Position
Gets the tapped position relative to the client area of SfPdfViewer control.
Declaration
public Point Position { get; }
Property Value
Type |
---|
Android.Graphics.Point |