IntsCollection Object (IIntsCollection Interface)
This object represents a collection of Integer type variables. 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 | Integer | 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 and properties:
- CreateIntsCollection method of the Engine object
- AddImages method of the Batch object
- HSeparators property of the TableBlock object
- HSeparators and VSeparators properties of the TableBlockDefinition object
Input parameter
This object is the input parameter of the following methods:
- ApplyDocumentDefinitions, ForceApplyDocumentDefinition, Recognize, StartVerification, CheckRules, Export methods of the Batch object
- Merge, Disassemble methods of the Documents object
- ApplyDocumentDefinitions, Recognize, Export, StartVerification methods of the Project object
- DetectBlocks method of the PageDefinition object
Samples
This object is used in the following code samples: Classification.
See also
8/15/2023 1:19:30 PM