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