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 |
---|
System.Collections.Generic.List<Comment> |
Id
Gets the unique id of the annotation.
Declaration
public override string Id { get; set; }
Property Value
Type |
---|
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 |
---|
System.String |
PageNumber
Gets the page number of the comment.
Declaration
public int PageNumber { get; set; }
Property Value
Type |
---|
System.Int32 |
ParentId
Gets the id of the parent annotation.
Declaration
public string ParentId { get; set; }
Property Value
Type |
---|
System.String |
ReplyCollection
Gets the reply collections of the comment.
Declaration
public List<Comment> ReplyCollection { get; set; }
Property Value
Type |
---|
System.Collections.Generic.List<Comment> |
Review
Gets the review status details of the comment.
Declaration
public Review Review { get; set; }
Property Value
Type |
---|
Review |
ShapeAnnotationType
Gets the type of the annotation.
Declaration
public string ShapeAnnotationType { get; set; }
Property Value
Type |
---|
System.String |