GetMeasureDictLPTSItem
Measurement and coordinate units
Version history
This function was introduced in Quick PDF Library version 8.11.
Description
Returns a value from the CPTS array of a measurement dictionary.
Syntax
Delphi
function TDebenuPDFLibrary1811.GetMeasureDictLPTSItem(MeasureDictID,
ItemIndex: Integer): Double;
ActiveX
Function DebenuPDFLibrary1811.PDFLibrary::GetMeasureDictLPTSItem(
MeasureDictID As Long, ItemIndex As Long) As Double
DLL
double DPLGetMeasureDictLPTSItem(int InstanceID, int MeasureDictID, int ItemIndex)
Parameters
MeasureDictID | A value returned from the GetImageMeasureDict function |
ItemIndex | The index of the item. The first item has an index of 1. |