- 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.
- If the values of the Author, Keywords, Subject or Title properties of the DocumentContentInfo object are not empty strings, the values of these properties are used instead of the corresponding items of the DocumentInformationDictionary object.
Properties
Methods
| Name | Description |
|---|---|
| AddNew | Creates the DocumentInformationDictionaryItem object and adds it to the collection. |
| DeleteAll | Removes all elements from the collection. |
| DeleteAt | Removes an element from the collection. |
| Item | Provides access to a single element of the collection (the DocumentInformationDictionaryItem object). |
