Skip to main content

TdxPrinterPage.RealMeasurementUnits Property

Specifies the type of a measurement unit installed on a system.

Declaration

property RealMeasurementUnits: TdxMeasurementUnits read;

Property Value

Type
TdxMeasurementUnits

Remarks

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

See Also