Class ShapeAnnotationSelectedEventArgs
Provides data for the ShapeAnnotationSelected event.
Inheritance
System.Object
ShapeAnnotationSelectedEventArgs
Namespace: Syncfusion.SfPdfViewer.iOS
Assembly: Syncfusion.SfPdfViewer.iOS.dll
Syntax
public class ShapeAnnotationSelectedEventArgs : EventArgs
Properties
AnnotationType
Gets the type of the selected shape annotation.
Declaration
public AnnotationMode AnnotationType { get; }
Property Value
Type |
---|
AnnotationMode |
Bounds
Gets the position and size of the selected shape 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 shape annotation.
Declaration
public int PageNumber { get; }
Property Value
Type |
---|
System.Int32 |