_Document.PageSetup Property
Returns a PageSetup object that's associated with the specified document.
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 _Document
Dim value As PageSetup
value = instance.PageSetup
instance.PageSetup = value
PageSetup PageSetup { get; set; }
Property Value
Type: Microsoft.Office.Interop.Word.PageSetup