Class AnnotationMovedOrResizedEventArgs
Provides data for the AnnotationMovedOrResized event.
Inheritance
System.Object
AnnotationMovedOrResizedEventArgs
Namespace: Syncfusion.SfPdfViewer.iOS
Assembly: Syncfusion.SfPdfViewer.iOS.dll
Syntax
public class AnnotationMovedOrResizedEventArgs : EventArgs
Properties
Color
Gets the color of the moved or resized ink annotation.
Declaration
public UIColor Color { get; }
Property Value
Type |
---|
UIKit.UIColor |
IsSignature
Returns true if the annotation is signature. Default value is false.
Declaration
public bool IsSignature { get; }
Property Value
Type |
---|
System.Boolean |
NewBounds
Gets the new bounds of the moved or resized ink annotation.
Declaration
public CGRect NewBounds { get; }
Property Value
Type |
---|
CoreGraphics.CGRect |
OldBounds
Gets the old bounds of the moved or resized ink annotation.
Declaration
public CGRect OldBounds { get; }
Property Value
Type |
---|
CoreGraphics.CGRect |
Opacity
Gets the opacity of the moved or resized ink annotation.
Declaration
public float Opacity { get; }
Property Value
Type |
---|
System.Single |
PageNumber
Gets the page number of the moved or resized ink annotation.
Declaration
public int PageNumber { get; }
Property Value
Type |
---|
System.Int32 |
Thickness
Gets the thickness of the moved or resized ink annotation.
Declaration
public float Thickness { get; }
Property Value
Type |
---|
System.Single |