GetMeasureDictBoundsCount
Measurement and coordinate units
Version history
This function was introduced in Quick PDF Library version 8.11.
Description
Returns the number of items in a measurement dictionary Bounds array.
Syntax
Delphi
function TDebenuPDFLibrary1811.GetMeasureDictBoundsCount(
MeasureDictID: Integer): Integer;
ActiveX
Function DebenuPDFLibrary1811.PDFLibrary::GetMeasureDictBoundsCount(
MeasureDictID As Long) As Long
DLL
int DPLGetMeasureDictBoundsCount(int InstanceID, int MeasureDictID)
Parameters
| MeasureDictID | A value returned from the GetImageMeasureDict function |
