SetMeasureDictBoundsItem
Measurement and coordinate units
Version history
This function was introduced in Quick PDF Library version 8.11.
Description
Sets the value of an item in the Bounds array of a measurement dictionary.
Syntax
Delphi
function TDebenuPDFLibrary1811.SetMeasureDictBoundsItem(MeasureDictID,
ItemIndex: Integer; NewValue: Double): Integer;
ActiveX
Function DebenuPDFLibrary1811.PDFLibrary::SetMeasureDictBoundsItem(
MeasureDictID As Long, ItemIndex As Long, NewValue As Double) As Long
DLL
int DPLSetMeasureDictBoundsItem(int InstanceID, int MeasureDictID, int ItemIndex,
double NewValue)
Parameters
MeasureDictID | A value returned from the GetImageMeasureDict function |
ItemIndex | The index of the item to set. The first item has an index of 1. |
NewValue | The new value of the item. |
Return values
0 | The MeasureDictID parameter was incorrect or the ItemIndex parameter was out of range |
1 | Success |