Accusoft.PdfXpressSdk Namespace : DocumentCollection Class |
The following tables list the members exposed by DocumentCollection.
Name | Description | |
---|---|---|
Capacity | (Inherited from System.Collections.CollectionBase) | |
Count | (Inherited from System.Collections.CollectionBase) | |
Item | Gets and sets access to the Document at the specified index in the collection. |
Name | Description | |
---|---|---|
Add | Overloaded. Adds the specified Document to the collection. | |
Clear | Clears the entire collection as well as calls the Clear function of the base class. | |
Contains | Determines if the collection contains the specified Document. | |
CopyTo | Copies the entire collection to an array, starting at index of the target array. | |
Dispose | Releases all resources used by the DocumentCollection object. | |
GetEnumerator | (Inherited from System.Collections.CollectionBase) | |
IndexOf | Searches for the specified Document and returns the zero-based index of the first occurrence within the collection. | |
Insert | Inserts a Document at the specified index. | |
Remove | Removes the specified Document from the collection. | |
RemoveAt | Removes the provided Document from the collection. |