Class InkSelectedEventArgs
Gets the page number, bounds and color of the selected ink annotation.
Inheritance
System.Object
InkSelectedEventArgs
Namespace: Syncfusion.SfPdfViewer.Android
Assembly: Syncfusion.SfPdfViewer.Android.dll
Syntax
public class InkSelectedEventArgs : EventArgs
Properties
Bounds
Gets the bounds of the selected ink annotation.
Declaration
public Rect Bounds { get; }
Property Value
Type |
---|
Android.Graphics.Rect |
Color
Gets the color of the selected ink annotation.
Declaration
public Color Color { get; }
Property Value
Type |
---|
Android.Graphics.Color |
IsSignature
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 selected ink annotation.
Declaration
public float Opacity { get; }
Property Value
Type |
---|
System.Single |
PageNumber
Gets the page number of the selected ink annotation.
Declaration
public int PageNumber { get; }
Property Value
Type |
---|
System.Int32 |
Thickness
Gets the thickness of the selected ink annotation.
Declaration
public float Thickness { get; }
Property Value
Type |
---|
System.Single |