PageSetup.PageWidth Property

Definition

Returns or sets the width of the page in points.

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

Property Value

Remarks

Setting the PageWidth property changes the PaperSize property to wdPaperCustom.

Use the PaperSize property to set the page height and width to those of a predefined paper size, such as Letter or A4.

Applies to