ImageGear .NET v25.2 - Updated
ImageGear.Web.UI Library / ImageGear.Web.UI Namespace / ImGearDocumentCollection class

In This Topic
    ImGearDocumentCollection class Members
    In This Topic

    The following tables list the members exposed by ImGearDocumentCollection.

    Public Constructors
    Public Properties
     NameDescription
    public PropertyReturns the length of the collection.  
    Top
    Public Methods
     NameDescription
    public MethodAppends a document to the end of the collection.  
    public MethodCalls the specified function once for each ImGearDocument in the collection.  
    public MethodReturns a document in the collection.  
    public MethodInserts a document in the collection at the location specified by the parameter 'index'.  
    public MethodRemoves all the documents from the collection.  
    public MethodRemoves a document from the collection.  
    Top
    Public Events
     NameDescription
    public EventIndicates that a new document was added to the collection.  
    public EventIndicates that a document in the collection was changed.  
    public EventIndicates that a document was removed from the collection.  
    public EventIndicates that a new page was added to the page collection in the document.  
    public EventIndicates that a page in the page collection in a document of this document collection was changed.  
    public EventIndicates that a page is removed from the page collection in the document.  
    Top
    See Also