跳轉到主要內容
此物件代表文件資訊字典,其中包含 PDF 檔案中的中繼資料。此物件是由 DocumentInformationDictionaryItem 物件所組成的集合。DocumentInformationDictionary 可作為獨立物件存在,也可作為 DocumentContentInfo 物件的子物件存在。
  • ABBYY FineReader Engine 集合的索引從 0 開始。
  • 在 C# 中可使用 foreach 陳述式 (在 Visual Basic .NET 中為 for each) 來操作此集合。
  • 如果 DocumentContentInfo 物件的 Author、Keywords、Subject 或 Title 屬性值不是空字串,則會使用這些屬性的值,而非使用 DocumentInformationDictionary 物件中對應項目的值。

屬性

名稱型別說明
ApplicationEngine, 唯讀回傳 Engine 物件。
Countint, 唯讀儲存集合中的元素數量。
ValueBSTR可依名稱存取中繼資料值。

方法

NameDescription
AddNew建立 DocumentInformationDictionaryItem 物件,並將其加入集合。
DeleteAll從集合中移除所有元素。
DeleteAt從集合中移除元素。
Item可存取集合中的單一元素 (即 DocumentInformationDictionaryItem 物件) 。
物件圖

輸出參數

此物件是 Engine 物件之 CreateDocumentInformationDictionary 方法的輸出參數。

另請參閱

DocumentInformationDictionaryItem DocumentContentInfo 使用集合 使用屬性