StringsCollection Object (IStringsCollection Interface)
This object represents a collection of strings. 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. |
Output parameter
This object is the output parameter of the following methods:
- AddImages method and Errors, Warnings properties of the Batch object
- ClassNames property of the ConfusionMatrix object
- CreateStringsCollection method of the Engine object
- Errors and Warnings properties of the Project object
- Errors and Warnings properties of the DocumentDefinition object
- Errors and Warnings properties of the SectionDefinition object
- Errors and Warnings properties of the FieldValue object
- Errors and Warnings properties of the VerificationSession object
- Suggests property of the Field object
- GetRow method and ColumnsNames property of the LookUpResult object
- Languages property of the Country object
- FeatureFields property of the InvoiceFeature object
- TaxNames property of the TaxGroup object
Input parameter
This object is the input parameter of the following methods:
- AddImages method of the Batch object
- AddNewFixed method of the DocumentDefinitions object
Samples
C++ (COM) code
Samples
This object is used in the following code samples: Fixed Forms.
See also
8/15/2023 1:19:30 PM