Characters Object
Characters Object
This object represents a collection of characters. It can be used in document separation and document indexing scripts.
Properties
Name | Type | Description |
Count | Long, read-only | Number of elements in the set of characters. |
Methods
Name | Parameters | Description |
Item |
[in] Long - the index of the character in the set. It must be in range from 0 to the value of the Count property minus 1. [out] Character - the character with the specified index. |
Provides access to a single character of the set. |
See also
26.03.2024 13:49:49