VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Annotation.Comments Namespace / CommentCollection Class
Constructors Properties Methods Events SeeAlso
In This Topic
    CommentCollection Class Members
    In This Topic
    The following tables list the members exposed by CommentCollection.
    Protected Constructors
     NameDescription
    Protected ConstructorOverloaded. Initializes a new instance of the class.
    Public Properties
     NameDescription
    Public PropertyGets the number of elements in the collection.
    Public PropertyGets the parent comment.
    Public PropertyGets the source object of the comment collection.
    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.
    Public Events
     NameDescription
    Public EventOccurs when collection is changed.
    Public EventOccurs when collection is changing.
    Public EventOccurs when the item property is changed.
    See Also