menu

Document Processing

FreeTextAnnotationEditedEventArgs Class - FileFormats API Reference | Syncfusion

    Show / Hide Table of Contents

    FreeTextAnnotationEditedEventArgs Class

    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
    FreeTextAnnotation

    NewColor

    Gets the text color after editing

    Declaration
    public Color NewColor { get; }
    Property Value
    Type
    Windows.UI.Color

    NewText

    Gets the text color after editing

    Declaration
    public string NewText { get; }
    Property Value
    Type
    System.String

    NewTextSize

    Gets the text size after editing

    Declaration
    public double NewTextSize { get; }
    Property Value
    Type
    System.Double

    OldColor

    Gets the text color before editing

    Declaration
    public Color OldColor { get; }
    Property Value
    Type
    Windows.UI.Color

    OldText

    Gets the text before editing

    Declaration
    public string OldText { get; }
    Property Value
    Type
    System.String

    OldTextSize

    Gets the text size before editing

    Declaration
    public double OldTextSize { get; }
    Property Value
    Type
    System.Double
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved