VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Annotation.Comments Namespace / AnnotationReplyCollection Class
In This Topic
AnnotationReplyCollection Class Methods
In This Topic
For a list of all methods of this type, see AnnotationReplyCollection.
Public Methods
 NameDescription
Public MethodAdds new comment to the collection.
Public MethodClears the comment collection. (Inherited from CommentCollection)
Public MethodCreates a new object that is a copy of the current AnnotationReplyCollection instance.
Public MethodDetermines whether the collection contains a specific comment. (Inherited from CommentCollection)
Public MethodReleases all resources used by this object. (Inherited from CommentCollection)
Public MethodSearches the comment by specified source in comments and all replies. (Inherited from CommentCollection)
Public MethodReturns the comment by source. (Inherited from CommentCollection)
Public MethodReturns an enumerator for the comment collection. (Inherited from CommentCollection)
Public MethodPopulates a SerializationInfo with the data needed to serialize the target object.
Public MethodRemoves specified comment from the collection.
Public MethodCopies the elements of CommentCollection to a new array. (Inherited from CommentCollection)
Protected Methods
 NameDescription
Protected MethodAdds the item to this collection.
Protected MethodReturns all comments from source of this collection.
Protected MethodRaises the Changed event. (Inherited from CommentCollection)
Protected MethodRaises the Changing event. (Inherited from CommentCollection)
Protected MethodRaises the ItemPropertyChanged event. (Inherited from CommentCollection)
Protected MethodRemoves the item from this collection.
See Also