PageSetup.PageWidth 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
返回或设置页面的宽度,以磅为单位。
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 纸。