GetCatalogInformation
Document properties
Description
This function allows you to retrieve custom information from the "Catalog" section of the document
Syntax
Delphi
Function TPDFlib.GetCatalogInformation(Const Key: WideString): WideString;
ActiveX
Function PDFlib::GetCatalogInformation(Key As String) As String
DLL
const wchar_t * DLGetCatalogInformation(int InstanceID, const 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. |
|---|