Class Comment
Represents an annotation comment.
Inheritance
System.Object
Comment
Namespace: Syncfusion.Maui.PdfViewer
Assembly: Syncfusion.Maui.PdfViewer.dll
Syntax
public class Comment : Object
Constructors
Comment()
Initializes a new instance of the Comment class.
Declaration
public Comment()
Properties
Author
Gets or sets the author of the comment.
Declaration
public string Author { get; set; }
Property Value
| Type |
|---|
| System.String |
ModifiedDate
Gets or sets the date and time when the comment was last modified.
Declaration
public DateTime ModifiedDate { get; set; }
Property Value
| Type | Description |
|---|---|
| System.DateTime | The date and time of the last modification. The default value is the date and time when the comment instance was created. |
Text
Gets or sets the text of the comment.
Declaration
public string Text { get; set; }
Property Value
| Type |
|---|
| System.String |