Class Review
Represents the attributes of the comments review.
Namespace: Syncfusion.Blazor.PdfViewer
Assembly: Syncfusion.Blazor.dll
Syntax
public class Review : Object
Constructors
Review()
Declaration
public Review()
Properties
Author
Gets the author value of the annotation.
Declaration
public string Author { get; set; }
Property Value
Type |
---|
System.String |
Id
Gets the unique id of the annotation.
Declaration
public virtual string Id { get; set; }
Property Value
Type |
---|
System.String |
ModifiedDate
Gets the modified date of the review comment.
Declaration
public string ModifiedDate { get; set; }
Property Value
Type |
---|
System.String |
State
Gets the state of the comment.
Declaration
public string State { get; set; }
Property Value
Type |
---|
System.String |
StateModel
Gets the state model of the comment.
Declaration
public string StateModel { get; set; }
Property Value
Type |
---|
System.String |