Class StampAnnotationRemovedEventArgs
Provides data for the StampAnnotationRemoved event.
Inheritance
System.Object
StampAnnotationRemovedEventArgs
Namespace: Syncfusion.SfPdfViewer.XForms
Assembly: Syncfusion.SfPdfViewer.XForms.dll
Syntax
public class StampAnnotationRemovedEventArgs : EventArgs
Properties
Bounds
Gets the bounds of the removed StampAnnotation.
Declaration
public Rectangle Bounds { get; }
Property Value
Type |
---|
Xamarin.Forms.Rectangle |
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 |
PageNumber
Gets the page number of the removed StampAnnotation.
Declaration
public int PageNumber { get; }
Property Value
Type |
---|
System.Int32 |