Countries Object (ICountries Interface)
This object is a collection of country settings used in invoice document recognition. The collection contains some predefined countries by default.
Properties
| Name | Type | Description |
|---|---|---|
| Count | Integer, read-only | Stores the number of elements in the collection. |
| Element | Country, read-only | Provides access to a single element of the collection. |
Methods
| Name | Description |
|---|---|
| AddNew | Adds a new element at the end of the collection. |
| DeleteAt |
Removes an element from the collection.
|
| DeleteAll | Removes all countries that were added using the AddNew method. Does not remove the predefined countries. |
| Item | Provides access to a single element of the collection. |
Related objects

See also
8/15/2023 1:19:30 PM
