SetMeasureDictBoundsCount
Measurement and coordinate units
Version history
This function was introduced in Quick PDF Library version 8.11.
Description
Sets the number of items in the Bounds array of a measurement dictionary.
Syntax
Delphi
function TDebenuPDFLibrary1811.SetMeasureDictBoundsCount(MeasureDictID,
NewCount: Integer): Integer;
ActiveX
Function DebenuPDFLibrary1811.PDFLibrary::SetMeasureDictBoundsCount(
MeasureDictID As Long, NewCount As Long) As Long
DLL
int DPLSetMeasureDictBoundsCount(int InstanceID, int MeasureDictID, int NewCount)
Parameters
MeasureDictID | A value returned from the GetImageMeasureDict function |
NewCount | The new number of items in the list. Must be a multiple of 2. |
Return values
0 | The MeasureDictID parameter was incorrect |
1 | Success |