GetCatalogInformationA

Document properties

Description

The trailing A denotes the ANSI (char) DLL entry point; the ActiveX/COM surface exposes only the Unicode form. Behaviour is identical to GetCatalogInformation and string arguments are interpreted using the current SetAnsiMode code page

This function allows you to retrieve custom information from the "Catalog" section of the document

Syntax

Delphi

Function DLGetCatalogInformationA(InstanceID: Integer; Key: PAnsiChar): PAnsiChar;

DLL

const char * DLGetCatalogInformationA(int InstanceID, const char * Key);

Parameters

KeyThe name of the key to retrieve. This key must have a special prefix assigned to you by Adobe to avoid conflicts with other software.