Skip to main content

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

NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.Printing

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