Specifies whether the editor values in the Page Setup dialog use the imperial or metric system of measurement.
Namespace:DevExpress.XtraPrinting.Preview
Assembly:DevExpress.XtraPrinting.v19.2.dll

Syntax
C# |
public bool IsMetric { get; set; }
|
VB |
Public Property IsMetric As Boolean
|
Property value
Type: Boolean
true if the editor values are calculated in millimeters; false if the editor values are calculated in inches.

See Also