> ## Documentation Index
> Fetch the complete documentation index at: https://docs.abbyy.com/llms.txt
> Use this file to discover all available pages before exploring further.

# DocumentInformationDictionaryItem オブジェクト（IDocumentInformationDictionaryItem インターフェイス）

> ABBYY FineReader Engine API の DocumentInformationDictionaryItem オブジェクト（IDocumentInformationDictionaryItem インターフェイス）— DocumentInformationDictionary の 1 つの要素。PDF 情報辞書のキーと値のペアを表します。

このオブジェクトは、PDFファイルのメタデータを含む[ドキュメント情報ディクショナリ](/ja/fine-reader/engine/api-reference/document-related-objects/documentinformationdictionary)の要素です。キーと値のペアを表します。

<div id="properties">
  ## プロパティ
</div>

| 名前          | 型                                                                                                                                                                                                                | 説明                     |
| ----------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------- |
| Application | [Engine](/ja/fine-reader/engine/api-reference/engine-object-iengine-interface), [読み取り専用](/ja/fine-reader/engine/guided-tour/advanced-techniques/programming-aspects/working-with-properties#readonly_properties) | Engine オブジェクトを返します。    |
| Name        | [BSTR](/ja/fine-reader/engine/guided-tour/advanced-techniques/programming-aspects/working-with-properties)                                                                                                       | キーとして使用される要素の名前を格納します。 |
| Value       | [BSTR](/ja/fine-reader/engine/guided-tour/advanced-techniques/programming-aspects/working-with-properties)                                                                                                       | 要素の値を格納します。            |

<div id="output-parameter">
  ## 出力パラメーター
</div>

このオブジェクトは、[DocumentInformationDictionary](/ja/fine-reader/engine/api-reference/document-related-objects/documentinformationdictionary)オブジェクトの[Item](/ja/fine-reader/engine/visual-components-reference/supplementary-objects/spellwordcollection/item-method)メソッドおよび[AddNew](/ja/fine-reader/engine/api-reference/supplementary-objects-and-methods/addnew-method)メソッドの出力パラメーターとして使用されます。

<div id="see-also">
  ## 関連項目
</div>

[DocumentInformationDictionary](/ja/fine-reader/engine/api-reference/document-related-objects/documentinformationdictionary)

[プロパティ の操作](/ja/fine-reader/engine/guided-tour/advanced-techniques/programming-aspects/working-with-properties)
