RegionsCollection Object (IRegionsCollection Interface)
This object represents a collection of the Region objects.
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. |
DeleteAt | Removes an element from the collection. |
DeleteAll | Removes all the elements from the collection. |
Item | Provides access to a single element of the collection. |
Output parameter
This collection is the output parameter of the CreateRegionsCollection of the Engine object.
Input parameter
This object is the input parameter of the SetFieldRegion and GetTextsFromCache methods of the Page object.
Samples
This method is used in the following code samples: Invoices Processing and Training.
See also
15.08.2023 13:19:30