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