GetMeasureDictBoundsItem

Measurement and coordinate units

Description

Returns an item from a measurement dictionary Bounds array.

Syntax

Delphi

function TPDFlib.GetMeasureDictBoundsItem(MeasureDictID, ItemIndex: Integer): Double;

ActiveX

Function PDFlib::GetMeasureDictBoundsItem(MeasureDictID As Long, ItemIndex As Long) As Double

DLL

double DLGetMeasureDictBoundsItem(int InstanceID, int MeasureDictID, int ItemIndex);

Parameters

MeasureDictIDA value returned from the GetImageMeasureDict function
ItemIndexThe index of the item to return. The first item has an index of 1.