Class TouchInteractionEventArgs
Provides data for the Tapped ,DoubleTapped and LongPressed events.
Inheritance
System.Object
TouchInteractionEventArgs
Namespace: Syncfusion.SfPdfViewer.iOS
Assembly: Syncfusion.SfPdfViewer.iOS.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 CGPoint PagePosition { get; }
Property Value
Type |
---|
CoreGraphics.CGPoint |
Position
Gets the tapped position relative to the client area of SfPdfViewer control.
Declaration
public CGPoint Position { get; }
Property Value
Type |
---|
CoreGraphics.CGPoint |