ImageGear Professional v18.2 > API Reference Guide > PDF Component API Reference > PDF Component Objects > General Objects > IGPDFDoc Object > IGPDFDoc Methods > GetInfo Method |
Gets the value of a key in a document's Info dictionary, or the value of this same key in the XMP metadata, whichever is latest.
See Section 10.2.1 in the PDF Reference for information about Info dictionaries. All values in the Info dictionary should be strings; other data types such as numbers and Booleans should not be used as values in the Info dictionary.
Users may define their own Info dictionary entries. In this case, it is strongly recommended that the key have the developer's prefix assigned by the Adobe Solutions Network.
GetInfo (InfoKey As String) As String
Name | Description |
---|---|
InfoKey | The name of the Info dictionary key whose value is obtained. |
String containing the value associated with InfoKey.