Page.Width Property

Definition

Returns the width in points (72 points = 1 inch) of the paper size specified in the Page Setup dialog or through the PageSetup object.

public:
 property int Width { int get(); };
public int Width { get; }
member this.Width : int
Public ReadOnly Property Width As Integer

Property Value

Remarks

For example, for an 8-1/2 by 11 inch page in portrait mode, the Height property returns 792 and the Width property returns 612.

Applies to