Class TextMarkupSelectedEventArgs
Provides data for the TextMarkupSelected event.
Inheritance
System.Object
TextMarkupSelectedEventArgs
Namespace: Syncfusion.SfPdfViewer.iOS
Assembly: Syncfusion.SfPdfViewer.iOS.dll
Syntax
public class TextMarkupSelectedEventArgs : Object
Properties
AnnotationType
Gets the type of the selected text markup annotation.
Declaration
public TextMarkupAnnotationType AnnotationType { get; }
Property Value
Type |
---|
TextMarkupAnnotationType |
Bounds
Gets the position and size of the selected text markup annotation.
Declaration
public CGRect Bounds { get; }
Property Value
Type |
---|
CoreGraphics.CGRect |
OverlappedAnnotations
Gets the list of annotations that overlap the selected annotation.
Declaration
public List<IAnnotation> OverlappedAnnotations { get; }
Property Value
Type |
---|
System.Collections.Generic.List<IAnnotation> |
PageNumber
Gets the page number of the selected text markup annotation.
Declaration
public int PageNumber { get; }
Property Value
Type |
---|
System.Int32 |