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