PageSetup.PageWidth 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 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.