UWP

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class TextMarkupEditedEventArgs

    Show / Hide Table of Contents

    Class TextMarkupEditedEventArgs

    Provides data for the TextMarkupEditedEventArgs event.

    Inheritance
    System.Object
    TextMarkupEditedEventArgs
    Namespace: Syncfusion.Windows.PdfViewer
    Assembly: Syncfusion.SfPdfViewer.UWP.dll
    Syntax
    public class TextMarkupEditedEventArgs : EventArgs

    Properties

    Annotation

    Gets the details of annotation.

    Declaration
    public IAnnotation Annotation { get; }
    Property Value
    Type Description
    IAnnotation

    NewColor

    Gets the new color of the edited textmarkup annotation.

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

    NewComments

    Gets the new comment of edited textmarkup annotation.

    Declaration
    public List<Comment> NewComments { get; }
    Property Value
    Type Description
    System.Collections.Generic.List<Comment>

    NewOpacity

    Gets the new opacity of the edited textmarkup annotation.

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

    NewSubject

    Gets the new subject of edited textmarkup annotation.

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

    OldColor

    Gets the old color of the edited textmarkup annotation.

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

    OldComments

    Gets the old comment of edited textmarkup annotation.

    Declaration
    public List<Comment> OldComments { get; }
    Property Value
    Type Description
    System.Collections.Generic.List<Comment>

    OldOpacity

    Gets the old opacity of the edited textmarkup annotation.

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

    OldSubject

    Gets the old subject of edited textmarkup annotation.

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

    PageNumber

    Gets the page number of the edited textmarkup annotation.

    Declaration
    public int PageNumber { get; }
    Property Value
    Type Description
    System.Int32

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved