WordProcessingPageSetup

WordProcessingPageSetup class

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

public class WordProcessingPageSetup

Properties

Name Description
BottomMargin { get; } Gets the size of the bottom margin in points.
DifferentFirstPageHeaderFooter { get; set; } Gets or sets a value indicating whether a different header/footer is used for the first page.
Height { get; } Gets the height of a printing page in points.
LeftMargin { get; } Gets the size of the left margin in points.
OddAndEvenPagesHeaderFooter { get; set; } 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.
RightMargin { get; } Gets the size of the right margin in points.
TopMargin { get; } Gets the size of the top margin in points.
Width { get; } Gets the width of a printing page in points.

See Also