SetMeasureDictCoordinateSystem
Measurement and coordinate units
Version history
This function was introduced in Quick PDF Library version 8.11.
Description
Sets the coordinate system of a measurement dictionary.
Syntax
Delphi
function TDebenuPDFLibrary1811.SetMeasureDictCoordinateSystem(MeasureDictID,
CoordinateSystemID: Integer): Integer;
ActiveX
Function DebenuPDFLibrary1811.PDFLibrary::SetMeasureDictCoordinateSystem(
MeasureDictID As Long, CoordinateSystemID As Long) As Long
DLL
int DPLSetMeasureDictCoordinateSystem(int InstanceID, int MeasureDictID,
int CoordinateSystemID)
Parameters
| MeasureDictID | A value returned from the GetImageMeasureDict function |
| CoordinateSystemID |
1 = Rectilinear coordinate system (RL) 2 = Geospatial coordinate system (GEO) |
Return values
| 0 | The MeasureDictID parameter was incorrect or the CoordinateSystemID parameter was out of range |
| 1 | Success |
