Class PageMargin
- Namespace
- FileFormat.Words.IElements
- Assembly
- FileFormat.Words.dll
Represents the page margin properties of a section in a Word document.
public class PageMargin
- Inheritance
-
PageMargin
- Inherited Members
Properties
Bottom
Gets the bottom margin of the page.
public int Bottom { get; }
Property Value
Footer
Gets the footer margin of the page.
public int Footer { get; }
Property Value
Header
Gets the header margin of the page.
public int Header { get; }
Property Value
Left
Gets the left margin of the page.
public int Left { get; }
Property Value
Right
Gets the right margin of the page.
public int Right { get; }
Property Value
Top
Gets the top margin of the page.
public int Top { get; }