Class FreeTextAnnotationMovedOrResizedEventArgs
Gets the page number, old bounds and new bounds of the moved or resized free text annotation.
Inheritance
System.Object
FreeTextAnnotationMovedOrResizedEventArgs
Namespace: Syncfusion.SfPdfViewer.Android
Assembly: Syncfusion.SfPdfViewer.Android.dll
Syntax
public class FreeTextAnnotationMovedOrResizedEventArgs : EventArgs
Properties
NewBounds
Gets the new position and size of the added free text annotation.
Declaration
public Rect NewBounds { get; }
Property Value
Type |
---|
Android.Graphics.Rect |
OldBounds
Gets the old position and size of the added free text annotation.
Declaration
public Rect OldBounds { get; }
Property Value
Type |
---|
Android.Graphics.Rect |
PageNumber
Gets the page number of the added free text annotation.
Declaration
public int PageNumber { get; }
Property Value
Type |
---|
System.Int32 |