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