GetPageLGIDictContent
Page properties, Measurement and coordinate units
Version history
This function was introduced in Quick PDF Library version 7.15.
Description
Returns the content of the specified LGIDict dictionary on the selected page.
Syntax
Delphi
function TDebenuPDFLibrary1811.GetPageLGIDictContent(DictIndex: Integer): WideString;
ActiveX
Function DebenuPDFLibrary1811.PDFLibrary::GetPageLGIDictContent(
DictIndex As Long) As String
DLL
wchar_t * DPLGetPageLGIDictContent(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. |