PageSetup.PageWidth 属性

定义

返回或设置页面的宽度,以磅为单位。

public:
 property float PageWidth { float get(); void set(float value); };
public float PageWidth { get; set; }
member this.PageWidth : single with get, set
Public Property PageWidth As Single

属性值

注解

设置 PageWidth 属性会将 PaperSize 属性更改为 wdPaperCustom

使用 PaperSize 属性可设置预定义大小的纸张的页面高度和宽度,例如 Letter 或 A4 纸。

适用于