> ## 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-Objekt (IDocumentInformationDictionaryItem-Schnittstelle)

> DocumentInformationDictionaryItem-Objekt (IDocumentInformationDictionaryItem-Schnittstelle) in der ABBYY FineReader Engine API — Einzelnes Element eines DocumentInformationDictionary; stellt ein Schlüssel-Wert-Paar aus einem PDF-Info-Dictionary dar.

Dieses Objekt ist ein Element eines [Dokumentinformations-Dictionarys](/de/fine-reader/engine/api-reference/document-related-objects/documentinformationdictionary), das Metadaten aus der PDF-Datei enthält. Es stellt ein Schlüssel-Wert-Paar dar.

<div id="properties">
  ## Eigenschaften
</div>

| Name        | Typ                                                                                                                                                                                                                  | Beschreibung                                                        |
| ----------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------- |
| Application | [Engine](/de/fine-reader/engine/api-reference/engine-object-iengine-interface), [nur lesbar](/de/fine-reader/engine/guided-tour/advanced-techniques/programming-aspects/working-with-properties#readonly_properties) | Gibt das Engine-Objekt zurück.                                      |
| Name        | [BSTR](/de/fine-reader/engine/guided-tour/advanced-techniques/programming-aspects/working-with-properties)                                                                                                           | Speichert den Namen des Elements, das als Schlüssel verwendet wird. |
| Value       | [BSTR](/de/fine-reader/engine/guided-tour/advanced-techniques/programming-aspects/working-with-properties)                                                                                                           | Speichert den Wert des Elements.                                    |

<div id="output-parameter">
  ## Ausgabeparameter
</div>

Dieses Objekt ist der Ausgabeparameter der [Item](/de/fine-reader/engine/visual-components-reference/supplementary-objects/spellwordcollection/item-method)- und [AddNew](/de/fine-reader/engine/api-reference/supplementary-objects-and-methods/addnew-method)-Methode des Objekts [DocumentInformationDictionary](/de/fine-reader/engine/api-reference/document-related-objects/documentinformationdictionary).

<div id="see-also">
  ## Siehe auch
</div>

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

[Arbeiten mit Eigenschaften](/de/fine-reader/engine/guided-tour/advanced-techniques/programming-aspects/working-with-properties)
