GetCatalogInformation
Description
This function allows you to retrieve custom information from the "Catalog" section of the document.
Syntax
Delphi
function TDebenuPDFLibrary1811.GetCatalogInformation(Key: WideString): WideString;
ActiveX
Function DebenuPDFLibrary1811.PDFLibrary::GetCatalogInformation(
Key As String) As String
DLL
wchar_t * DPLGetCatalogInformation(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. |