Class TextMarkupLongPressedEventArgs
Provides data for the TextMarkupLongPressed event.
Inheritance
System.Object
TextMarkupLongPressedEventArgs
Namespace: Syncfusion.SfPdfViewer.XForms
Assembly: Syncfusion.SfPdfViewer.XForms.dll
Syntax
public class TextMarkupLongPressedEventArgs : EventArgs
Properties
Bounds
Gets the position and size of the textmarkup annotation during long press.
Declaration
public Rectangle Bounds { get; }
Property Value
Type |
---|
Xamarin.Forms.Rectangle |
PageNumber
Gets the page number of the long pressed textmarkup annotation.
Declaration
public int PageNumber { get; }
Property Value
Type |
---|
System.Int32 |
TextMarkupAnnotationType
Gets the type of the long pressed textmarkup annotation.
Declaration
public TextMarkupAnnotationType TextMarkupAnnotationType { get; }
Property Value
Type |
---|
TextMarkupAnnotationType |