GetPageLGIDictContentA
Page properties, Measurement and coordinate units
Description
The trailing A denotes the ANSI (char) DLL entry point; the ActiveX/COM surface exposes only the Unicode form. Behaviour is identical to GetPageLGIDictContent and string arguments are interpreted using the current SetAnsiMode code page
Returns the content of the specified LGIDict dictionary on the selected page.
Syntax
Delphi
Function DLGetPageLGIDictContentA(InstanceID, DictIndex: Integer): PAnsiChar;
DLL
const char * DLGetPageLGIDictContentA(int InstanceID, int DictIndex);
Parameters
| DictIndex | The index of the dictionary. The first dictionary has an index of 1. Use the LGIDictCount function to determine the total number of LGIDict dictionaries attached to the selected page. |
|---|