Class InkEditedEventArgs
Provides data for the InkEdited event.
Inheritance
System.Object
InkEditedEventArgs
Namespace: Syncfusion.SfPdfViewer.iOS
Assembly: Syncfusion.SfPdfViewer.iOS.dll
Syntax
public class InkEditedEventArgs : EventArgs
Properties
Bounds
Gets the bounds of the edited ink annotation.
Declaration
public CGRect Bounds { get; }
Property Value
Type |
---|
CoreGraphics.CGRect |
IsSignature
Returns true if the edited annotation is 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 UIColor NewColor { get; }
Property Value
Type |
---|
UIKit.UIColor |
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 UIColor OldColor { get; }
Property Value
Type |
---|
UIKit.UIColor |
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 |