GetMeasureDictBoundsCount
Measurement and coordinate units
Description
Returns the number of items in a measurement dictionary Bounds array.
Syntax
Delphi
Function TPDFlib.GetMeasureDictBoundsCount(MeasureDictID: Integer): Integer;
ActiveX
Function PDFlib::GetMeasureDictBoundsCount(MeasureDictID As Long) As Long
DLL
int DLGetMeasureDictBoundsCount(int InstanceID, int MeasureDictID);
Parameters
| MeasureDictID | A value returned from the GetImageMeasureDict function |
|---|