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)

Usage

Public Class ageSetupImplementation
    Implements PageSetup
End Class
Dim ageSetupImplementation1 As New ageSetupImplementation()

Syntax

Public Interface PageSetup
public interface PageSetup
public interface class PageSetup
public interface PageSetup
public interface PageSetup

Remarks

Use the PageSetup property to return a PageSetup object.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, and Windows 2000

Target Platforms

See Also

Reference

Microsoft.Office.Interop.Word Namespace

Other Resources

PageSetup Members