- The indexing of ABBYY FineReader Engine collections starts with 0.
- The foreach statement in C# (for each in Visual Basic .NET) can be used to manipulate the collection.
Properties
Methods
| Name | Description |
|---|---|
| AddNew | Creates a block object of the specified type and adds it into the collection. |
| DeleteAll | Removes all the elements from the collection. |
| DeleteAt | Removes an element from the collection. |
| IndexOf | Returns the index of a block in the collection. |
| Item | Provides access to an element of the collection. |
Related objects
Windows
Linux and macOS
Object Diagram
Samples
C# code
C# code
- Linux: CustomLanguage
- Windows: CustomLanguage, RecognizedTextProcessing; and demo tools: Engine Predefined Processing Profiles
