Class InkAddedEventArgs
Provides data for the InkAdded event.
Inheritance
System.Object
InkAddedEventArgs
Namespace: Syncfusion.SfPdfViewer.iOS
Assembly: Syncfusion.SfPdfViewer.iOS.dll
Syntax
public class InkAddedEventArgs : EventArgs
Properties
Bounds
Gets the bounds of the deselected ink annotation.
Declaration
public CGRect Bounds { get; }
Property Value
Type |
---|
CoreGraphics.CGRect |
Color
Gets the color of the deselected ink annotation.
Declaration
public UIColor Color { get; }
Property Value
Type |
---|
UIKit.UIColor |
IsSignature
Returns true if the added annotation is signature. Default value is false.
Declaration
public bool IsSignature { get; }
Property Value
Type |
---|
System.Boolean |
Opacity
Gets the opacity of the added 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 added ink annotation.
Declaration
public float Thickness { get; }
Property Value
Type |
---|
System.Single |