SetMeasureDictBoundsCount
Måle- og koordinatenheder
Beskrivelse
Angiver antallet af elementer i Bounds-arrayet i en måleordbog.
Syntaks
Delphi
Function TPDFlib.SetMeasureDictBoundsCount(MeasureDictID, NewCount: Integer): Integer;
ActiveX
Function PDFlib::SetMeasureDictBoundsCount(MeasureDictID As Long, NewCount As Long) As Long
DLL
int DLSetMeasureDictBoundsCount(int InstanceID, int MeasureDictID, int NewCount);
Parametre
| MeasureDictID | En værdi returneret af funktionen GetImageMeasureDict |
|---|---|
| NewCount | Det nye antal elementer på listen. Skal være et multiplum af 2 |
Returværdier
| 0 | Parameteren MeasureDictID var forkert |
|---|---|
| 1 | Success |