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