alexa
menu

Blazor

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

    Show / Hide Table of Contents

    Class Comment

    Represents the attribute for the comments of PDF annotation.

    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()
    Review.Author
    Review.ModifiedDate
    Review.State
    Review.StateModel
    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
    Review.Id

    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
    In this article
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved