'Usage
Dim instance As PDFDocumentInformation Dim key As String Dim value As String value = instance.GetRawValue(key)
Parameters
- key
- The key in the document information for which the value has been requested.
Return Value
The value of the given key, or null if the document information does not contain the key.