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 | Description |
---|---|
IAnnotation |
Author
Gets or sets the author of annotation
Declaration
public string Author { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ModifiedDateAndTime
Gets the modified date and time of annotation
Declaration
public string ModifiedDateAndTime { get; }
Property Value
Type | Description |
---|---|
System.String |
Text
Gets or sets the text of annotation
Declaration
public string Text { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Events
PropertyChanged
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
Type | Description |
---|---|
System.ComponentModel.PropertyChangedEventHandler |
Implements
System.ComponentModel.INotifyPropertyChanged