Class TextMarkupRemovedEventArgs
Provides data for the TextMarkupRemoved event.
Inheritance
System.Object
    TextMarkupRemovedEventArgs
  Namespace: Syncfusion.SfPdfViewer.XForms
Assembly: Syncfusion.SfPdfViewer.XForms.dll
Syntax
public class TextMarkupRemovedEventArgs : EventArgs
  Properties
Bounds
Gets or sets the position and size of the textmarkup annotation which was removed.
Declaration
public Rectangle Bounds { get; set; }
  Property Value
| Type | 
|---|
| Xamarin.Forms.Rectangle | 
PageNumber
Gets or sets the page number of the removed textmarkup annotation.
Declaration
public int PageNumber { get; set; }
  Property Value
| Type | 
|---|
| System.Int32 | 
TextMarkupAnnotationType
Gets or sets the type of textmarkup annotation which was removed.
Declaration
public TextMarkupAnnotationType TextMarkupAnnotationType { get; set; }
  Property Value
| Type | 
|---|
| TextMarkupAnnotationType |