DocumentClass.PageSetup Property
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Public Overridable Property PageSetup As PageSetup
Get
Set
'Usage
Dim instance As DocumentClass
Dim value As PageSetup
value = instance.PageSetup
instance.PageSetup = value
public virtual PageSetup PageSetup { get; set; }
Property Value
Type: Microsoft.Office.Interop.Word.PageSetup