PageSetup.PageHeight Property

Definition

Returns or sets the height of the page in points.

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

Property Value

Remarks

Setting the PageHeight 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