alexa
menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Search Results for

    Show / Hide Table of Contents

    Class Review

    Represents the attributes of the comments review.

    Inheritance
    object
    Review
    Comment
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Syncfusion.Blazor.SfPdfViewer
    Assembly: Syncfusion.Blazor.SfPdfViewer.dll
    Syntax
    public class Review

    Constructors

    Review()

    Declaration
    public Review()

    Properties

    Author

    Gets the author value of the annotation.

    Declaration
    [JsonPropertyName("author")]
    public string Author { get; set; }
    Property Value
    Type
    string

    Id

    Gets the unique id of the annotation.

    Declaration
    [JsonPropertyName("annotId")]
    public virtual string Id { get; set; }
    Property Value
    Type
    string

    ModifiedDate

    Gets the modified date of the review comment.

    Declaration
    [JsonPropertyName("modifiedDate")]
    public string ModifiedDate { get; set; }
    Property Value
    Type
    string

    State

    Gets the state of the comment.

    Declaration
    [JsonPropertyName("state")]
    public string State { get; set; }
    Property Value
    Type
    string

    StateModel

    Gets the state model of the comment.

    Declaration
    [JsonPropertyName("stateModel")]
    public string StateModel { get; set; }
    Property Value
    Type
    string
    In this article
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved