Skip to main content

TdxPrinterPage.GetInnerMeasurementUnits Method

Determines the type of a measurement unit installed in a system.

Declaration

function GetInnerMeasurementUnits: TdxMeasurementUnits;

Returns

Type
TdxMeasurementUnits

Remarks

The GetInnerMeasurementUnits method is used to determine which type of measurement unit is used in the system. It returns muInches, if inch is the base measurement unit. Otherwise, it returns muMillimiters.

See Also