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