Share via


PageSetup.LeftMargin 属性

定义

返回或设置左边距的大小(以磅为单位)。

public:
 property double LeftMargin { double get(); void set(double value); };
public double LeftMargin { get; set; }
Public Property LeftMargin As Double

属性值

注解

边距的设置和返回均以磅为单位。 InchesToPoints(Double)使用 方法或 CentimetersToPoints(Double) 方法可转换英寸或厘米的度量值。

适用于