Click or drag to resize

CommentDataReplies Property

Gets a list of CommentData replies.

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

Property Value

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