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; }
Public ReadOnly Property Replies As IList(Of CommentData)
Get
Property Value
Type:
IListCommentData A list of replies to this comment.
See Also