PageSetupDialog.EnableMetric 属性

定义

获取或设置一个值,该值指示以毫米显示时,边距设置是否应在百分之一英寸与毫米之间自动转换。

public:
 property bool EnableMetric { bool get(); void set(bool value); };
[System.ComponentModel.Browsable(true)]
public bool EnableMetric { get; set; }
[<System.ComponentModel.Browsable(true)>]
member this.EnableMetric : bool with get, set
Public Property EnableMetric As Boolean

属性值

Boolean

如果将自动转换边距,则为 true;否则为 false。 默认值为 false

属性

注解

PageSettings 以百分之几英寸为单位度量 PageSettings.Margins ,但 PageSetupDialog 允许用户根据运行应用程序的系统的区域性设置,以英寸或毫米为单位设置边距。

在 .NET Framework 版本 2.0 中,如果应用程序可以在以毫米为单位测量文档边距的区域性中使用,则应将此属性设置为true此属性。 如果要自行执行此转换,.NET Framework版本低于版本 2.0 的.NET Framework需要,则应使用默认值false

适用于