menu

UWP

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class Comment - UWP API Reference | Syncfusion

    Show / Hide Table of Contents

    Class Comment

    Represents the comment associated with annotations.

    Inheritance
    System.Object
    Comment
    Implements
    System.ComponentModel.INotifyPropertyChanged
    Namespace: Syncfusion.Windows.PdfViewer
    Assembly: Syncfusion.SfPdfViewer.UWP.dll
    Syntax
    public class Comment : Object, INotifyPropertyChanged

    Constructors

    Comment()

    Creates a new instance of the Comment class.

    Declaration
    public Comment()

    Properties

    Annotation

    Gets the annotation associated with this comment

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

    Author

    Gets or sets the author of annotation

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

    ModifiedDateAndTime

    Gets the modified date and time of annotation

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

    Text

    Gets or sets the text of annotation

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

    Events

    PropertyChanged

    Declaration
    public event PropertyChangedEventHandler PropertyChanged
    Event Type
    Type
    System.ComponentModel.PropertyChangedEventHandler

    Implements

    System.ComponentModel.INotifyPropertyChanged

    Extension Methods

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