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 TQuickPDF0721.GetPageLGIDictContent(DictIndex: Integer): string;
ActiveX
Function QuickPDF0721.PDFLibrary::GetPageLGIDictContent(
DictIndex As Long) As String
DLL
char * QuickPDFGetPageLGIDictContent(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. |