Skip to main content
A newer version of this page is available. .

PageSetupEditorForm.IsMetric Property

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.v18.2.dll

Declaration

[DXCategory("Printing")]
public bool IsMetric { get; set; }

Property Value

Type Description
Boolean

true if the editor values are calculated in millimeters; false if the editor values are calculated in inches.

See Also