ImageGear.Web.UI Library > ImageGear.Web.UI Namespace : ImGearDocumentCollection class |
The following tables list the members exposed by ImGearDocumentCollection.
Name | Description | |
---|---|---|
![]() | ImGearDocumentCollection Constructor |
Name | Description | |
---|---|---|
![]() | addDocument | Appends a document to the end of the collection. |
![]() | forEach | Calls the specified function once for each ImGearDocument in the collection. |
![]() | getDocument | Returns a document in the collection. |
![]() | insertDocument | Inserts a document in the collection at the location specified by the parameter 'index'. |
![]() | removeAllDocuments | Removes all the documents from the collection. |
![]() | removeDocument | Removes a document from the collection. |
Name | Description | |
---|---|---|
![]() | documentAdded | Indicates that a new document was added to the collection. |
![]() | documentChanged | Indicates that a document in the collection was changed. |
![]() | documentRemoved | Indicates that a document was removed from the collection. |
![]() | pageAdded | Indicates that a new page was added to the page collection in the document. |
![]() | pageChanged | Indicates that a page in the page collection in a document of this document collection was changed. |
![]() | pageRemoved | Indicates that a page is removed from the page collection in the document. |