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 LongDLL
int DLDeletePageLGIDict(int InstanceID, int DictIndex);Parameters
| DictIndex | The 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
| 0 | The dictionary could not be deleted. Check that the DictIndex parameter is in range. |
|---|---|
| 1 | The specified dictionary was deleted successfully. |