Xamarin.iOS

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class FreeTextAnnotationEditedEventArgs - Xamarin.iOS API Reference | Syncfusion FreeTextAnnotationEdited event. ">

    Show / Hide Table of Contents

    Class FreeTextAnnotationEditedEventArgs

    Provides data for the FreeTextAnnotationEdited event.

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

    Properties

    NewText

    Gets the new text of the added text annotation.

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

    NewTextColor

    Gets the new color of the added text annotation.

    Declaration
    public UIColor NewTextColor { get; }
    Property Value
    Type Description
    UIKit.UIColor

    NewTextSize

    Gets the new size of the added text annotation.

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

    OldText

    Gets the old text of the added text annotation.

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

    OldTextColor

    Gets the old color of the added text annotation.

    Declaration
    public UIColor OldTextColor { get; }
    Property Value
    Type Description
    UIKit.UIColor

    OldTextSize

    Gets the old size of the added text annotation.

    Declaration
    public float OldTextSize { get; }
    Property Value
    Type Description
    System.Single
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved