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