Accusoft.ImagXpressSdk Namespace : ImageXTagCollection Class |
The following tables list the members exposed by ImageXTagCollection.
Name | Description | |
---|---|---|
ImageXTagCollection Constructor | Overloaded. |
Name | Description | |
---|---|---|
Capacity | Gets or sets the number of elements that the System.Collections.CollectionBase can contain. (Inherited from System.Collections.CollectionBase) | |
Count | Gets the number of elements contained in the System.Collections.CollectionBase instance. This property cannot be overridden. (Inherited from System.Collections.CollectionBase) | |
Item | Gets and sets the index values within the collection. |
Name | Description | |
---|---|---|
Add | Adds an ImageXTag to the ImageXTagCollection. | |
Clear | Clears the entire collection as well as calls the Clear function of the base class. | |
Contains | Determines if the collection contains the specified ImageXTag. | |
CopyTo | Copies the entire collection to an array, starting at index of the target array. | |
Dispose | Releases all resources used by this Accusoft.ImagXpressSdk.ImageXTagCollection object. | |
GetEnumerator | Returns an enumerator that iterates through the System.Collections.CollectionBase instance. (Inherited from System.Collections.CollectionBase) | |
GetTag | Retrieves the ImageXTag object from the ImageXTagCollection. | |
IndexOf | Searches for the specified ImageXTag and returns the zero-based index of the first occurrence within the entire collection. | |
Insert | Inserts an ImageXTag at the specified index. | |
Remove | Removes the ImageXTag from the collection. | |
RemoveAt | Removes the specified ImageXTag from the collection. | |
RemoveTag | Removes an ImageXTag from the ImageXTagCollection. |