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