CommentDataReplies Property |
Gets a list of CommentData replies.
Namespace:
Atalasoft.Annotate
Assembly:
Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.5.0.5.0.230 (.NET 4.6.2, x86)
Syntaxpublic IList<CommentData> Replies { get; }Public ReadOnly Property Replies As IList(Of CommentData)
Get
Property Value
Type:
IListCommentData A list of replies to this comment.
See Also