DeletePageLGIDict
Page properties, Measurement and coordinate units
Version history
This function was introduced in Quick PDF Library version 7.15.
Description
Deletes the specified LGIDict dictionary from the selected page.
Syntax
Delphi
function TDebenuPDFLibrary1811.DeletePageLGIDict(DictIndex: Integer): Integer;
ActiveX
Function DebenuPDFLibrary1811.PDFLibrary::DeletePageLGIDict(
DictIndex As Long) As Long
DLL
int DPLDeletePageLGIDict(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. |
