VintaSoft Imaging .NET SDK 12.3: Documentation for .NET developer
Vintasoft.Imaging.Annotation.Comments.Pdf Namespace / PdfAnnotationCommentCollection Class
Constructors Properties Methods Events SeeAlso
In This Topic
    PdfAnnotationCommentCollection Class Members
    In This Topic
    The following tables list the members exposed by PdfAnnotationCommentCollection.
    Public Constructors
     NameDescription
    Public ConstructorOverloaded. Initializes a new instance of the class.
    Public Properties
     NameDescription
    Public PropertyGets the number of elements in the collection. (Inherited from CommentCollection)
    Public PropertyGets the parent comment. (Inherited from CommentCollection)
    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 MethodDetermines whether the collection contains a specific comment. (Inherited from CommentCollection)
    Public MethodReleases all resources used by this object.
    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 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. (Inherited from CommentCollection)
    Protected MethodCreates a new instance of PdfAnnotationComment object.
    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. (Inherited from CommentCollection)
    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