GetPageLGIDictContent
Page properties, Measurement and coordinate units
Description
Returns the content of the specified LGIDict dictionary on the selected page.
Syntax
Delphi
function TPDFlib.GetPageLGIDictContent(DictIndex: Integer): WideString;ActiveX
Function PDFlib::GetPageLGIDictContent(DictIndex As Long) As StringDLL
wchar_t * DLGetPageLGIDictContent(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. |
|---|