Class FreeTextAnnotationTappedEventArgs
Provides data for the FreeTextAnnotationTapped event.
Inheritance
System.Object
FreeTextAnnotationTappedEventArgs
Namespace: Syncfusion.SfPdfViewer.iOS
Assembly: Syncfusion.SfPdfViewer.iOS.dll
Syntax
public class FreeTextAnnotationTappedEventArgs : EventArgs
Properties
Bounds
Gets the Bounds of the tapped text annotation.
Declaration
public CGRect Bounds { get; }
Property Value
Type |
---|
CoreGraphics.CGRect |
PageNumber
Gets the pagenumber of the tapped text annotation.
Declaration
public int PageNumber { get; }
Property Value
Type |
---|
System.Int32 |
Text
Gets the text of the tapped text annotation.
Declaration
public string Text { get; }
Property Value
Type |
---|
System.String |
TextColor
Gets the color of the tapped text annotation.
Declaration
public UIColor TextColor { get; }
Property Value
Type |
---|
UIKit.UIColor |
TextSize
Gets the fontsize of the tapped text annotation.
Declaration
public float TextSize { get; }
Property Value
Type |
---|
System.Single |