Class FreeTextAnnotationEditedEventArgs
Provides data for the FreeTextAnnotationEdited event.
Inheritance
System.Object
FreeTextAnnotationEditedEventArgs
Namespace: Syncfusion.SfPdfViewer.iOS
Assembly: Syncfusion.SfPdfViewer.iOS.dll
Syntax
public class FreeTextAnnotationEditedEventArgs : EventArgs
Properties
NewText
Gets the new text of the added text annotation.
Declaration
public string NewText { get; }
Property Value
Type |
---|
System.String |
NewTextColor
Gets the new color of the added text annotation.
Declaration
public UIColor NewTextColor { get; }
Property Value
Type |
---|
UIKit.UIColor |
NewTextSize
Gets the new size of the added text annotation.
Declaration
public float NewTextSize { get; }
Property Value
Type |
---|
System.Single |
OldText
Gets the old text of the added text annotation.
Declaration
public string OldText { get; }
Property Value
Type |
---|
System.String |
OldTextColor
Gets the old color of the added text annotation.
Declaration
public UIColor OldTextColor { get; }
Property Value
Type |
---|
UIKit.UIColor |
OldTextSize
Gets the old size of the added text annotation.
Declaration
public float OldTextSize { get; }
Property Value
Type |
---|
System.Single |