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 LongDLL
int DLGetMeasureDictBoundsCount(int InstanceID, int MeasureDictID);Parameters
| MeasureDictID | A value returned from the GetImageMeasureDict function |
|---|