DeletePageLGIDict

Page properties, Measurement and coordinate units

Description

Deletes the specified LGIDict dictionary from the selected page.

Syntax

Delphi

function TPDFlib.DeletePageLGIDict(DictIndex: Integer): Integer;

ActiveX

Function PDFlib::DeletePageLGIDict(DictIndex As Long) As Long

DLL

int DLDeletePageLGIDict(int InstanceID, int DictIndex);

Parameters

DictIndexThe index of the LGIDict dictionary to delete. The first dictionary has an index of 1. Use the GetPageLGIDictCount function to determine the number of LGIDict dictionaries attached to the selected page.

Return values

0The dictionary could not be deleted. Check that the DictIndex parameter is in range.
1The specified dictionary was deleted successfully.