- ABBYY FineReader Engine 集合的索引從 0 開始。
- 在 C# 中可使用 foreach 陳述式 (在 Visual Basic .NET 中為 for each) 來操作此集合。
- 如果 DocumentContentInfo 物件的 Author、Keywords、Subject 或 Title 屬性值不是空字串,則會使用這些屬性的值,而非使用 DocumentInformationDictionary 物件中對應項目的值。
屬性
方法
| Name | Description |
|---|---|
| AddNew | 建立 DocumentInformationDictionaryItem 物件,並將其加入集合。 |
| DeleteAll | 從集合中移除所有元素。 |
| DeleteAt | 從集合中移除元素。 |
| Item | 可存取集合中的單一元素 (即 DocumentInformationDictionaryItem 物件) 。 |
