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 StringDLL
wchar_t * DLGetCatalogInformation(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. |
|---|