PageSetup Interface

Represents the page setup description. The PageSetup object contains all page setup attributes (left margin, bottom margin, paper size, and so on) as properties.

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

Syntax

'Declaration
<GuidAttribute("00020971-0000-0000-C000-000000000046")> _
Public Interface PageSetup
'Usage
Dim instance As PageSetup
[GuidAttribute("00020971-0000-0000-C000-000000000046")]
public interface PageSetup

Remarks

Use the PageSetup property to return a PageSetup object.

See Also

Reference

PageSetup Members

Microsoft.Office.Interop.Word Namespace