menu

Xamarin.Forms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class FreeTextAnnotationEditedEventArgs - Xamarin.Forms API Reference | Syncfusion

    Show / Hide Table of Contents

    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved