Accusoft.ImagXpressSdk Namespace : RedeyeCollection Class |
The following tables list the members exposed by RedeyeCollection.
Name | Description | |
---|---|---|
RedeyeCollection Constructor | Initializes a new instance of the RedeyeCollection class. |
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 or sets the RedeyeRectangle at the specified index. |
Name | Description | |
---|---|---|
Add | Adds the specified rectangle item. | |
Clear | Clears the entire collection as well as calls the Clear function of the base class. | |
Contains | Determines if the collection contains this RedeyeRectangle. | |
CopyTo | Copies the entire collection to an array, starting at index of the target array. | |
Dispose | Releases all resources used by this Accusoft.ImagXpressSdk.RedeyeCollection object. | |
GetEnumerator | Returns an enumerator that iterates through the System.Collections.CollectionBase instance. (Inherited from System.Collections.CollectionBase) | |
GetRedeyeRectangle | Gets the redeye rectangle. | |
IndexOf | Searches for the specified Object and returns the zero-based index of the first occurrence within the entire PageCollection. | |
Insert | Inserts a RedeyeRectangle at the specified index. | |
Remove | Removes the RedeyeRectangle from the collection. | |
RemoveAt | Remove operation for the RedeyeRectangle collection. Call the RedeyeRectangle destructor to free the RedeyeRectangle then remove the RedeyeRectangle from the collection. | |
RemoveRectangle | Removes the redeye rectangle. |