SetMeasureDictGPTSCount

Measurement and coordinate units

Description

Sets the number of items in the GPTS array of a measurement dictionary.

Syntax

Delphi

function TPDFlib.SetMeasureDictGPTSCount(MeasureDictID, NewCount: Integer): Integer;

ActiveX

Function PDFlib::SetMeasureDictGPTSCount(MeasureDictID As Long, NewCount As Long) As Long

DLL

int DLSetMeasureDictGPTSCount(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