SetCSDictEPSG
Measurement and coordinate units
Version history
This function was introduced in Quick PDF Library version 8.11.
Description
Sets the EPSG reference code for a coordinate system dictionary (see www.epsg.org).
Syntax
Delphi
function TDebenuPDFLibrary1811.SetCSDictEPSG(CSDictID, NewEPSG: Integer): Integer;
ActiveX
Function DebenuPDFLibrary1811.PDFLibrary::SetCSDictEPSG(CSDictID As Long,
NewEPSG As Long) As Long
DLL
int DPLSetCSDictEPSG(int InstanceID, int CSDictID, int NewEPSG)
Parameters
| CSDictID | A value returned from the GetMeasureDictGCSDict or GetMeasureDictDCSDict functions |
| NewEPSG | The new value for the EPSG reference code |
Return values
| 0 | The CSDictID parameter was incorrect |
| 1 | Success |
