menu

Xamarin.Android

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

    Show / Hide Table of Contents

    Class FreeTextAnnotationEditedEventArgs

    Gets the page number, bounds and color of the edited free text annotation.

    Inheritance
    System.Object
    FreeTextAnnotationEditedEventArgs
    Namespace: Syncfusion.SfPdfViewer.Android
    Assembly: Syncfusion.SfPdfViewer.Android.dll
    Syntax
    public class FreeTextAnnotationEditedEventArgs : EventArgs

    Properties

    NewFontSize

    Gets the new size of the edited free text annotation.

    Declaration
    public float NewFontSize { get; }
    Property Value
    Type
    System.Single

    NewText

    Gets the new text of the edited free text annotation.

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

    NewTextColor

    Gets the new color of the edited free text annotation.

    Declaration
    public Color NewTextColor { get; }
    Property Value
    Type
    Android.Graphics.Color

    OldFontSize

    Gets the old size of the edited free text annotation.

    Declaration
    public float OldFontSize { get; }
    Property Value
    Type
    System.Single

    OldText

    Gets the old text of the edited free text annotation.

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

    OldTextColor

    Gets the old color of the edited free text annotation.

    Declaration
    public Color OldTextColor { get; }
    Property Value
    Type
    Android.Graphics.Color
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved