GetCatalogInformation
Description
This function allows you to retrieve custom information from the "Catalog" section of the document.
Syntax
Delphi
function TQuickPDF0813.GetCatalogInformation(Key: WideString): WideString;
ActiveX
Function QuickPDF0813.PDFLibrary::GetCatalogInformation(Key As String) As String
DLL
wchar_t * QuickPDFGetCatalogInformation(int InstanceID, wchar_t * Key)
Parameters
| Key | The name of the key to retrieve. This key must have a special prefix assigned to you by Adobe to avoid conflicts with other software. |