DoublesCollection Object (IDoublesCollection Interface)
This object represents a collection of Double type variables. It exposes the standard collection functionality. This object serves as a storage to pass parameters to those ABBYY FlexiCapture SDK functions that require them. It may also be return value of ABBYY FlexiCapture SDK methods.
Properties
| Name | Type | Description |
|---|---|---|
| Count | Integer, read-only | Stores the number of elements in the collection. |
| Element | String | Provides access to a single element of the collection. |
Methods
| Name | Description |
|---|---|
| Add | Adds a new element at the end of the collection. |
| CopyFrom | Initializes properties of the current object with values of similar properties of another object. |
| DeleteAt | Removes an element from the collection. |
| DeleteAll | Removes all the elements from the collection. |
| InsertAt | Inserts a new element into the specified position in the collection. |
| Item | Provides access to a single element of the collection. |
See also
15.08.2023 13:19:30