Class Comment
Represents the attribute for the comments of PDF annotation.
Inherited Members
Namespace: Syncfusion.Blazor.SfPdfViewer
Assembly: Syncfusion.Blazor.SfPdfViewer.dll
Syntax
public class Comment : Review
Constructors
Comment()
Declaration
public Comment()
Properties
Id
Gets the unique id of the annotation.
Declaration
[JsonPropertyName("annotName")]
public override string Id { get; set; }
Property Value
| Type |
|---|
| string |
Overrides
Note
Gets the note of the annotation. It represents comment text added for this annotation.
Declaration
[JsonPropertyName("note")]
public string Note { get; set; }
Property Value
| Type |
|---|
| string |
PageNumber
Gets the page number of the comment.
Declaration
[JsonPropertyName("pageNumber")]
public int PageNumber { get; set; }
Property Value
| Type |
|---|
| int |
ParentId
Gets the id of the parent annotation.
Declaration
[JsonPropertyName("parentId")]
public string ParentId { get; set; }
Property Value
| Type |
|---|
| string |
ReplyCollection
Gets the reply collections of the comment.
Declaration
[JsonPropertyName("replyCollection")]
public List<Comment> ReplyCollection { get; set; }
Property Value
| Type |
|---|
| List<Comment> |
Review
Gets the review status details of the comment.
Declaration
[JsonPropertyName("review")]
public Review Review { get; set; }
Property Value
| Type |
|---|
| Review |
ShapeAnnotationType
Gets the type of the annotation.
Declaration
[JsonPropertyName("shapeAnnotationType")]
public string ShapeAnnotationType { get; set; }
Property Value
| Type |
|---|
| string |