Class ShapeAnnotationDeselectedEventArgs
Provides data for the ShapeAnnotationDeselected event.
Inheritance
System.Object
ShapeAnnotationDeselectedEventArgs
Namespace: Syncfusion.SfPdfViewer.iOS
Assembly: Syncfusion.SfPdfViewer.iOS.dll
Syntax
public class ShapeAnnotationDeselectedEventArgs : EventArgs
Properties
AnnotationType
Gets the type of the deselected shape annotation.
Declaration
public AnnotationMode AnnotationType { get; }
Property Value
Type |
---|
AnnotationMode |
Bounds
Gets the position and size of the deselected shape annotation.
Declaration
public CGRect Bounds { get; }
Property Value
Type |
---|
CoreGraphics.CGRect |
PageNumber
Gets the page number of the deselected shape annotation.
Declaration
public int PageNumber { get; }
Property Value
Type |
---|
System.Int32 |