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. Note: This method can remove only those countries that were added using the AddNew method, but not the predefined countries. |
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
15.08.2023 13:19:30