New to Telerik Document ProcessingStart a free 30-day trial

Comment

Class

Block container for comment annotations, linking start and end markers with author metadata and content.

Definition

Properties

Gets or sets the name of the person who created this comment.

C#
public string Author { get; set; }
Property Value:

The author.

Gets the inline marker that defines where the comment range ends in the document.

C#
public CommentRangeEnd CommentRangeEnd { get; }
Property Value:

The comment range end.

Gets the inline marker that defines where the comment range begins in the document.

C#
public CommentRangeStart CommentRangeStart { get; }
Property Value:

The comment range start.

Gets or sets when the comment was created or last modified.

C#
public DateTime Date { get; set; }
Property Value:

The date and time.

Gets or sets the author's initials displayed with the comment.

C#
public string Initials { get; set; }
Property Value:

The initials.