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