Class StampAnnotationTappedEventArgs
Provides data for the StampAnnotationTapped event.
Inheritance
System.Object
StampAnnotationTappedEventArgs
Namespace: Syncfusion.SfPdfViewer.iOS
Assembly: Syncfusion.SfPdfViewer.iOS.dll
Syntax
public class StampAnnotationTappedEventArgs : EventArgs
Constructors
StampAnnotationTappedEventArgs(UIView, CGRect, Int32)
Instantiates a new instance of the StampAnnotationTappedEventArgs class.
Declaration
public StampAnnotationTappedEventArgs(UIView customView, CGRect bounds, int pageNumber)
Parameters
Type | Name | Description |
---|---|---|
UIKit.UIView | customView | |
CoreGraphics.CGRect | bounds | The bounds of the stamp annotation within the page. |
System.Int32 | pageNumber | The page number in which the stamp is present. |
Properties
Bounds
Gets the bounds of the Tapped StampAnnotation
Declaration
public CGRect Bounds { get; }
Property Value
Type |
---|
CoreGraphics.CGRect |
CustomStampView
Gets the View that has been added as a custom stamp annotation using the AddStamp method.
Declaration
public UIView CustomStampView { get; }
Property Value
Type |
---|
UIKit.UIView |
PageNumber
Gets the pagenumber of the Tapped StampAnnotation
Declaration
public int PageNumber { get; }
Property Value
Type |
---|
System.Int32 |