SetMeasureDictGPTSItem
Measurement and coordinate units
Version history
This function was introduced in Quick PDF Library version 8.11.
Description
Sets the value of an item in the GPTS array of a measurement dictionary.
Syntax
Delphi
function TQuickPDF0815.SetMeasureDictGPTSItem(MeasureDictID, ItemIndex: Integer;
NewValue: Double): Integer;
ActiveX
Function QuickPDF0815.PDFLibrary::SetMeasureDictGPTSItem(MeasureDictID As Long,
ItemIndex As Long, NewValue As Double) As Long
DLL
int QuickPDFSetMeasureDictGPTSItem(int InstanceID, int MeasureDictID, int ItemIndex,
double NewValue)
Parameters
| MeasureDictID | A value returned from the GetImageMeasureDict function |
| ItemIndex | The index of the item to set. The first item has an index of 1. |
| NewValue | The new value of the item. |
Return values
| 0 | The MeasureDictID parameter was incorrect or the ItemIndex parameter was out of range |
| 1 | Success |