AddLGIDictToPage

Page properties, Measurement and coordinate units

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 TPDFlib.AddLGIDictToPage(Const DictContent: WideString): Integer;

ActiveX

Function PDFlib::AddLGIDictToPage(DictContent As String) As Long

DLL

int DLAddLGIDictToPage(int InstanceID, wchar_t * DictContent);

Parameters

DictContentThe LGIDict dictionary content to add to the page.

Return values

0The LGI dictionary could not be added to the page. Check that the dictionary content string is a valid PDF dictionary.
1The LGI dictionary was added successfully.