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