Class InkDeselectedEventArgs
Provides data for the InkDeselected event.
Inheritance
System.Object
InkDeselectedEventArgs
Namespace: Syncfusion.SfPdfViewer.XForms
Assembly: Syncfusion.SfPdfViewer.XForms.dll
Syntax
public class InkDeselectedEventArgs : EventArgs
Properties
Bounds
Gets the bounds of the deselected ink annotation.
Declaration
public Rectangle Bounds { get; }
Property Value
Type |
---|
Xamarin.Forms.Rectangle |
Color
Gets the color of the deselected 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 deselected 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 |