Blazor

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class Review - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Class Review

    Represents the attributes of the comments review.

    Inheritance
    System.Object
    Review
    Comment
    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 Description
    System.String

    Id

    Gets the unique id of the annotation.

    Declaration
    public virtual string Id { get; set; }
    Property Value
    Type Description
    System.String

    ModifiedDate

    Gets the modified date of the review comment.

    Declaration
    public string ModifiedDate { get; set; }
    Property Value
    Type Description
    System.String

    State

    Gets the state of the comment.

    Declaration
    public string State { get; set; }
    Property Value
    Type Description
    System.String

    StateModel

    Gets the state model of the comment.

    Declaration
    public string StateModel { get; set; }
    Property Value
    Type Description
    System.String
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved