Class AnnotationMovedOrResizedEventArgs
Provides data for the AnnotationMovedOrResized event.
Inheritance
System.Object
    AnnotationMovedOrResizedEventArgs
  Namespace: Syncfusion.SfPdfViewer.XForms
Assembly: Syncfusion.SfPdfViewer.XForms.dll
Syntax
public class AnnotationMovedOrResizedEventArgs : EventArgs
  Properties
Color
Gets the color of the moved or resized ink and shape annotation.
Declaration
public Color Color { get; }
  Property Value
| Type | 
|---|
| Xamarin.Forms.Color | 
IsSignature
Gets a value indicating whether 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 and shape annotation.
Declaration
public Rectangle NewBounds { get; }
  Property Value
| Type | 
|---|
| Xamarin.Forms.Rectangle | 
OldBounds
Gets the old bounds of the moved or resized ink and shape annotation.
Declaration
public Rectangle OldBounds { get; }
  Property Value
| Type | 
|---|
| Xamarin.Forms.Rectangle | 
Opacity
Gets the opacity of the moved or resized ink and shape annotation.
Declaration
public float Opacity { get; }
  Property Value
| Type | 
|---|
| System.Single | 
PageNumber
Gets the page number of the moved or resized ink and shape annotation.
Declaration
public int PageNumber { get; }
  Property Value
| Type | 
|---|
| System.Int32 | 
Thickness
Gets the thickness of the moved or resized ink and shape annotation.
Declaration
public float Thickness { get; }
  Property Value
| Type | 
|---|
| System.Single |