Click or drag to resize

CommentDataReplies Property

Gets a list of CommentData replies.

Namespace:  Atalasoft.Annotate
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 2026.2.0.0.42 (.NET 4.6.2, x86)
Syntax
public IList<CommentData> Replies { get; }

Property Value

Type: IListCommentData
A list of replies to this comment.
See Also