GetGlobalMeasurementUnits
Measurement and coordinate units
Version history
This function was introduced in Quick PDF Library version 17.15.
Description
Gets the units that are currently used for all measurements given to and returned from the library for the currently selected document, as well as standalone and direct access functions.
In case the return value is 3 then you have to call GetGlobalScale get the exact value of the custom scale that is currently set.
Syntax
Delphi
function TDebenuPDFLibrary1811.GetGlobalMeasurementUnits: Integer;
ActiveX
Function DebenuPDFLibrary1811.PDFLibrary::GetGlobalMeasurementUnits As Long
DLL
int DPLGetGlobalMeasurementUnits(int InstanceID)
