Class FreeTextAnnotationMovedOrResizedEventArgs
Provides data for the FreeTextAnnotationMovedOrResized event.
Inheritance
System.Object
FreeTextAnnotationMovedOrResizedEventArgs
Namespace: Syncfusion.SfPdfViewer.XForms
Assembly: Syncfusion.SfPdfViewer.XForms.dll
Syntax
public class FreeTextAnnotationMovedOrResizedEventArgs : EventArgs
Properties
NewBounds
Gets the new position and size of the added free text annotation.
Declaration
public Rectangle NewBounds { get; }
Property Value
Type |
---|
Xamarin.Forms.Rectangle |
OldBounds
Gets the old position and size of the added free text annotation.
Declaration
public Rectangle OldBounds { get; }
Property Value
Type |
---|
Xamarin.Forms.Rectangle |
PageNumber
Gets the page number of the added free text annotation.
Declaration
public int PageNumber { get; }
Property Value
Type |
---|
System.Int32 |