Class TextMarkupLongPressedEventAgrs
Provides data for the TextMarkupLongPressed event.
Inheritance
System.Object
TextMarkupLongPressedEventAgrs
Namespace: Syncfusion.SfPdfViewer.iOS
Assembly: Syncfusion.SfPdfViewer.iOS.dll
Syntax
public class TextMarkupLongPressedEventAgrs : Object
Properties
AnnotationType
Gets the type of the long pressed text markup annotation.
Declaration
public TextMarkupAnnotationType AnnotationType { get; }
Property Value
Type | Description |
---|---|
TextMarkupAnnotationType |
Bounds
Gets the position and size of the long pressed text markup annotation.
Declaration
public CGRect Bounds { get; }
Property Value
Type | Description |
---|---|
CoreGraphics.CGRect |
PageNumber
Gets the page number of the long pressed text markup annotation.
Declaration
public int PageNumber { get; }
Property Value
Type | Description |
---|---|
System.Int32 |