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 TQuickPDF0721.AddLGIDictToPage(
const DictContent: string): Integer;
ActiveX
Function QuickPDF0721.PDFLibrary::AddLGIDictToPage(
DictContent As String) As Long
DLL
int QuickPDFAddLGIDictToPage(int InstanceID, char * 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. |