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