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