Class AnnotationMovedOrResizedEventArgs
Gets the page number, old bounds ,new bounds, color of the moved or resized ink annotation.
Inheritance
System.Object
AnnotationMovedOrResizedEventArgs
Namespace: Syncfusion.SfPdfViewer.Android
Assembly: Syncfusion.SfPdfViewer.Android.dll
Syntax
public class AnnotationMovedOrResizedEventArgs : EventArgs
Properties
Color
Gets the color of the moved or resized 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 |
NewBounds
Gets the new bounds of the moved or resized ink annotation.
Declaration
public Rect NewBounds { get; }
Property Value
Type |
---|
Android.Graphics.Rect |
OldBounds
Gets the old bounds of the moved or resized ink annotation.
Declaration
public Rect OldBounds { get; }
Property Value
Type |
---|
Android.Graphics.Rect |
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 |