Class InkEditedEventArgs
Gets the page number, bounds and color of the edited ink annotation.
Inheritance
System.Object
InkEditedEventArgs
Namespace: Syncfusion.SfPdfViewer.Android
Assembly: Syncfusion.SfPdfViewer.Android.dll
Syntax
public class InkEditedEventArgs : EventArgs
Properties
Bounds
Gets the bounds of the edited ink annotation.
Declaration
public Rect Bounds { get; }
Property Value
Type |
---|
Android.Graphics.Rect |
IsSignature
Returns true, if the added annotation is a signature. Default value is false.
Declaration
public bool IsSignature { get; }
Property Value
Type |
---|
System.Boolean |
NewColor
Gets the new color of the edited ink annotation.
Declaration
public Color NewColor { get; }
Property Value
Type |
---|
Android.Graphics.Color |
NewOpacity
Gets the new opacity of the edited ink annotation.
Declaration
public float NewOpacity { get; }
Property Value
Type |
---|
System.Single |
NewThickness
Gets the new thickness of the edited ink annotation.
Declaration
public float NewThickness { get; }
Property Value
Type |
---|
System.Single |
OldColor
Gets the old color of the edited ink annotation.
Declaration
public Color OldColor { get; }
Property Value
Type |
---|
Android.Graphics.Color |
OldOpacity
Gets the old opacity of the edited ink annotation.
Declaration
public float OldOpacity { get; }
Property Value
Type |
---|
System.Single |
OldThickness
Gets the old thickness of the edited ink annotation.
Declaration
public float OldThickness { get; }
Property Value
Type |
---|
System.Single |
PageNumber
Gets the page number of the edited ink annotation.
Declaration
public int PageNumber { get; }
Property Value
Type |
---|
System.Int32 |