GetCustomInformation
Description
Returns a custom value from the document. This function and the SetCustomInformation function can be used to store and retrieve custom document metadata.
Syntax
Delphi
function TQuickPDF0813.GetCustomInformation(Key: WideString): WideString;
ActiveX
Function QuickPDF0813.PDFLibrary::GetCustomInformation(Key As String) As String
DLL
wchar_t * QuickPDFGetCustomInformation(int InstanceID, wchar_t * Key)
Parameters
| Key | Specifies which key to retrieve the value of |
Return values
| The value of the specified key, or an empty string if the key could not be found. An empty string will also be returned if the key is "Author", "Keywords", "Subject", "Title", "Creator" or "Producer". For these keys, use the GetInformation function. |