Class Comment
Represents the attribute for the comments of PDF annotation.
Namespace: Syncfusion.Blazor.PdfViewer
Assembly: Syncfusion.Blazor.dll
Syntax
public class Comment : Review
Constructors
Comment()
Declaration
public Comment()
Properties
Comments
Gets the comments collection of the annotation.
Declaration
public List<Comment> Comments { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<Comment> |
Id
Gets the unique id of the annotation.
Declaration
public override string Id { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Overrides
Note
Gets the note of the annotation. It represents comment text added for this annotation.
Declaration
public string Note { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ParentId
Gets the id of the parent annotation.
Declaration
public string ParentId { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Review
Gets the review status details of the comment.
Declaration
public Review Review { get; set; }
Property Value
Type | Description |
---|---|
Review |