SetMeasureDictGPTSCount
Measurement and coordinate units
Version history
This function was introduced in Quick PDF Library version 8.11.
Description
Sets the number of items in the GPTS array of a measurement dictionary.
Syntax
Delphi
function TQuickPDF0815.SetMeasureDictGPTSCount(MeasureDictID,
NewCount: Integer): Integer;
ActiveX
Function QuickPDF0815.PDFLibrary::SetMeasureDictGPTSCount(MeasureDictID As Long,
NewCount As Long) As Long
DLL
int QuickPDFSetMeasureDictGPTSCount(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 |