'Usage Dim instance As ImGearPDFDocument Dim key As String Dim value As String value = instance.GetInfo(key)
Parameters
- key
- The name of the Info dictionary key whose value is obtained.
Return Value
InfoKey
.'Usage Dim instance As ImGearPDFDocument Dim key As String Dim value As String value = instance.GetInfo(key)
InfoKey
.This method can be used to obtain the values of the following standard document information dictionary keys: "Title", "Author", "Subject", "Keywords", "Creator", "Producer", "Created" and "Modified".
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.