Page.Width Property

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

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
ReadOnly Property Width As Integer
    Get
'Usage
Dim instance As Page
Dim value As Integer

value = instance.Width
int Width { get; }

Property Value

Type: System.Int32

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.

See Also

Reference

Page Interface

Page Members

Microsoft.Office.Interop.Word Namespace