SetMeasureDictBoundsItem
Mjerenje i koordinatne jedinice
Opis
Postavlja vrijednost stavke u nizu Bounds mjernog rječnika
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 | Vrijednost koju vraća funkcija GetImageMeasureDict Indeks stavke koju treba postaviti. Prva stavka ima indeks 1 |
|---|---|
| ItemIndex | |
| NewValue | Nova vrijednost stavke |
Povratne vrijednosti
| 0 | Parametar MeasureDictID bio je netočan ili je parametar ItemIndex bio izvan raspona |
|---|---|
| 1 | Success |