Class FreeTextAnnotationEditedEventArgs
Provides data for the FreeTextAnnotationEdited event.
Inheritance
System.Object
FreeTextAnnotationEditedEventArgs
Namespace: Syncfusion.Windows.PdfViewer
Assembly: Syncfusion.SfPdfViewer.UWP.dll
Syntax
public class FreeTextAnnotationEditedEventArgs : EventArgs
Properties
Annotation
Gets the instance of the annotation
Declaration
public FreeTextAnnotation Annotation { get; }
Property Value
Type | Description |
---|---|
FreeTextAnnotation |
NewColor
Gets the text color after editing
Declaration
public Color NewColor { get; }
Property Value
Type | Description |
---|---|
Windows.UI.Color |
NewText
Gets the text color after editing
Declaration
public string NewText { get; }
Property Value
Type | Description |
---|---|
System.String |
NewTextSize
Gets the text size after editing
Declaration
public double NewTextSize { get; }
Property Value
Type | Description |
---|---|
System.Double |
OldColor
Gets the text color before editing
Declaration
public Color OldColor { get; }
Property Value
Type | Description |
---|---|
Windows.UI.Color |
OldText
Gets the text before editing
Declaration
public string OldText { get; }
Property Value
Type | Description |
---|---|
System.String |
OldTextSize
Gets the text size before editing
Declaration
public double OldTextSize { get; }
Property Value
Type | Description |
---|---|
System.Double |