Class InkTappedEventArgs
Provides data for the InkTapped event.
Inheritance
System.Object
    InkTappedEventArgs
  Namespace: Syncfusion.SfPdfViewer.XForms
Assembly: Syncfusion.SfPdfViewer.XForms.dll
Syntax
public class InkTappedEventArgs : EventArgs
  Properties
Bounds
Gets the bounds of the tapped ink annotation.
Declaration
public Rectangle Bounds { get; }
  Property Value
| Type | 
|---|
| Xamarin.Forms.Rectangle | 
Color
Gets the color of the tapped ink annotation.
Declaration
public Color Color { get; }
  Property Value
| Type | 
|---|
| Xamarin.Forms.Color | 
IsSignature
Gets a value indicating whether returns true, if the added annotation is a signature. Default value is false.
Declaration
public bool IsSignature { get; }
  Property Value
| Type | 
|---|
| System.Boolean | 
Opacity
Gets the opacity of the deselected ink annotation.
Declaration
public float Opacity { get; }
  Property Value
| Type | 
|---|
| System.Single | 
PageNumber
Gets the page number of the tapped ink annotation.
Declaration
public int PageNumber { get; }
  Property Value
| Type | 
|---|
| System.Int32 | 
Thickness
Gets the thickness of the deselected ink annotation.
Declaration
public float Thickness { get; }
  Property Value
| Type | 
|---|
| System.Single |