WordProcessingPageSetup class

WordProcessingPageSetup class

Represents printing page properties for a section of a Word document.

The WordProcessingPageSetup type exposes the following members:

Properties

Property Description
width Gets the width of a printing page in points.
height Gets the height of a printing page in points.
left_margin Gets the size of the left margin in points.
top_margin Gets the size of the top margin in points.
right_margin Gets the size of the right margin in points.
bottom_margin Gets the size of the bottom margin in points.
different_first_page_header_footer Gets or sets a value indicating whether a different header/footer is used for the first page.
odd_and_even_pages_header_footer Gets or sets a value indicating whether different headers/footers are used for odd-numbered and even-numbered
pages.
Note, changing this property affects all sections in the content.

See Also