AddLGIDictToPage
Page properties, Measurement and coordinate units
Version history
This function was introduced in Quick PDF Library version 7.15.
Description
Adds a new LGIDict object to the selected page.
This is used with the GeoPDF system as defined in Open Geospatial Consortium Inc.'s OGC 08-139r2 specification.
More than one dictionary can be added to the page.
Syntax
Delphi
function TDebenuPDFLibrary1811.AddLGIDictToPage(DictContent: WideString): Integer;
ActiveX
Function DebenuPDFLibrary1811.PDFLibrary::AddLGIDictToPage(
DictContent As String) As Long
DLL
int DPLAddLGIDictToPage(int InstanceID, wchar_t * DictContent)
Parameters
| DictContent | The LGIDict dictionary content to add to the page. |
Return values
| 0 | The LGI dictionary could not be added to the page. Check that the dictionary content string is a valid PDF dictionary. |
| 1 | The LGI dictionary was added successfully. |
