Blazor

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

    Show / Hide Table of Contents

    Class Comment

    Represents the attribute for the comments of PDF annotation.

    Inheritance
    System.Object
    Review
    Comment
    Inherited Members
    Review.Author
    Review.ModifiedDate
    Review.State
    Review.StateModel
    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 Description
    System.Collections.Generic.List<Comment>

    Id

    Gets the unique id of the annotation.

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

    Note

    Gets the note of the annotation. It represents comment text added for this annotation.

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

    ParentId

    Gets the id of the parent annotation.

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

    Review

    Gets the review status details of the comment.

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