TdxMeasurementUnits Type
In This Article
Enumerates the measurement units used in a report.
#Declaration
Delphi
TdxMeasurementUnits = dxMeasurementUnits.TdxMeasurementUnits;
#Referenced Class
Type |
---|
Tdx |
#Remarks
Options include:
Value | Description |
---|---|
mu |
A report uses the measurement units determined by the current operation system settings. |
mu |
Sets inches as measurement units. |
mu |
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