SetMeasureDictBoundsItem
Merenje i koordinatne jedinice
Opis
Postavlja vrednost stavke u Bounds nizu rečnika merenja
Sintaksa
Delphi
Function TPDFlib.SetMeasureDictBoundsItem(MeasureDictID, ItemIndex: Integer; NewValue: Double): Integer;
ActiveX
Function PDFlib::SetMeasureDictBoundsItem(MeasureDictID As Long, ItemIndex As Long, NewValue As Double) As Long
DLL
int DLSetMeasureDictBoundsItem(int InstanceID, int MeasureDictID, int ItemIndex, double NewValue);
Parametri
| MeasureDictID | Vrednost koju vraća funkcija GetImageMeasureDict Indeks stavke koju treba postaviti. Prva stavka ima indeks 1 |
|---|---|
| ItemIndex | |
| NewValue | Nova vrednost stavke |
Povratne vrednosti
| 0 | Parametar MeasureDictID nije bio ispravan ili je parametar ItemIndex bio van opsega |
|---|---|
| 1 | Success |