Skip to main content

TdxMeasurementUnits Type

Enumerates the measurement units used in a report.

Declaration

TdxMeasurementUnits = dxMeasurementUnits.TdxMeasurementUnits;

Referenced Class

Type
TdxMeasurementUnits

Remarks

Options include:

Value Description
muDefault A report uses the measurement units determined by the current operation system settings.
muInches Sets inches as measurement units.
muMillimeters Sets millimeters as measurement units.

The TdxMeasurementUnits type is referenced by the MeasurementUnits and RealMeasurementUnits properties, and the GetInnerMeasurementUnits function provided by the TdxPrinterPage class.

See Also