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