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 Long

DLL

int DLSetMeasureDictLPTSCount(int InstanceID, int MeasureDictID, int NewCount);

Parameters

MeasureDictIDA value returned from the GetImageMeasureDict function
NewCountThe new number of items in the list. Must be a multiple of 2.

Return values

0The MeasureDictID parameter was incorrect
1Success