SetMeasureDictLPTSCount
Measurement and coordinate units
Description
Sets the number of items in the LPTS array of a measurement dictionary.
Syntax
Delphi
function TPDFlib.SetMeasureDictLPTSCount(MeasureDictID, NewCount: Integer): Integer;ActiveX
Function PDFlib::SetMeasureDictLPTSCount(MeasureDictID As Long, NewCount As Long) As LongDLL
int DLSetMeasureDictLPTSCount(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 |