Class StampAnnotationMovedOrResizedEventArgs
Provides data for the StampAnnotationMovedOrResized event.
Inheritance
System.Object
StampAnnotationMovedOrResizedEventArgs
Namespace: Syncfusion.SfPdfViewer.Android
Assembly: Syncfusion.SfPdfViewer.Android.dll
Syntax
public class StampAnnotationMovedOrResizedEventArgs : EventArgs
Properties
CustomStampView
Declaration
public View CustomStampView { get; }
Property Value
Type |
---|
Android.Views.View |
NewBounds
Gets the new bounds of the moved or resized StampAnnotation.
Declaration
public Rect NewBounds { get; }
Property Value
Type |
---|
Android.Graphics.Rect |
OldBounds
Gets the old bounds of the moved or resized StampAnnotation.
Declaration
public Rect OldBounds { get; }
Property Value
Type |
---|
Android.Graphics.Rect |
PageNumber
Gets the page number of the moved or resized StampAnnotation.
Declaration
public int PageNumber { get; }
Property Value
Type |
---|
System.Int32 |