Class StampAnnotationMovedOrResizedEventArgs
Provides data for the StampAnnotationMovedOrResized event.
Inheritance
System.Object
StampAnnotationMovedOrResizedEventArgs
Namespace: Syncfusion.SfPdfViewer.XForms
Assembly: Syncfusion.SfPdfViewer.XForms.dll
Syntax
public class StampAnnotationMovedOrResizedEventArgs : EventArgs
Properties
CustomStampView
Gets the View that has been added as a custom stamp annotation using the AddStamp method.
Declaration
public View CustomStampView { get; }
Property Value
Type |
---|
Xamarin.Forms.View |
NewBounds
Gets the new bounds of the moved or resized StampAnnotation.
Declaration
public Rectangle NewBounds { get; }
Property Value
Type |
---|
Xamarin.Forms.Rectangle |
OldBounds
Gets the old bounds of the moved or resized StampAnnotation.
Declaration
public Rectangle OldBounds { get; }
Property Value
Type |
---|
Xamarin.Forms.Rectangle |
PageNumber
Gets the page number of the moved or resized StampAnnotation.
Declaration
public int PageNumber { get; }
Property Value
Type |
---|
System.Int32 |