Selection.PageSetup Property

Returns a PageSetup object that's associated with the specified selection.

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

Syntax

'Declaration
Property PageSetup As PageSetup
    Get
    Set
'Usage
Dim instance As Selection
Dim value As PageSetup

value = instance.PageSetup

instance.PageSetup = value
PageSetup PageSetup { get; set; }

Property Value

Type: Microsoft.Office.Interop.Word.PageSetup

See Also

Reference

Selection Interface

Selection Members

Microsoft.Office.Interop.Word Namespace