PageSetup.PageHeight Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.