IntsCollection Object (IIntsCollection Interface)
This object represents a collection of int type variables. It serves as a storage to pass various sets of parameters into those ABBYY FineReader Engine functions that require them. It may also be return value of ABBYY FineReader Engine methods.
Note: The indexing of ABBYY FineReader Engine collections starts with 0.
Properties
Name | Type | Description |
---|---|---|
Application | Engine, read-only | Returns the Engine object. |
Count | int, read-only | Stores the number of elements in the collection. |
Element | int | Provides access to a single element of the collection. |
Methods
Name | Description |
---|---|
Add | Adds the specified integer value at the end of the collection. |
CopyFrom | Initializes properties of the current object with values of similar properties of another object. |
DeleteAll | Removes all the elements from the collection. |
DeleteAt | Removes an element from the collection. |
InsertAt | Inserts the specified integer value into the specified position in the collection. |
Item | Provides access to a single element of the collection. |
Output parameter
This collection is the output parameter of the following methods and properties:
- CreateIntsCollection method of the Engine object
- GetPagesToProcess method of the IFileAdapter interface
Input parameter
This collection is the input parameter of the following methods and properties:
- InjectTextLayer method of the Engine object
- AddImageFile, AddImageFileFromAttachment, AddImageFileWithPassword, AddImageFileWithPasswordCallback, PreprocessPages, AnalyzePages, ExportPages, RecognizePages, SplitPages, SynthesizePages, ProcessPages methods of the FRDocument object
- Renumber method of the FRPages object
- RecognizeBlocks of the FRPage object
- AddPages method of the ExportFileWriter object
- AddWords method of the Dictionary object
- RemoveColorObjectsEx method of the ImageDocument object
- ColorHues property of the ColorObjectsProhibitingParams object
- CompareDocuments method of the Comparator object
- InitializeGrid method of the TableBlock object
Samples
The object is used in the following code samples: BatchProcessing.
See also
03.07.2024 8:50:25