[]
Represents the page margins for all pages in a section.
public class PageMargin
Gets or sets the distance (in points) between the bottom edge of the page and the bottom boundary of the body text.
public float Bottom { get; set; }
Gets or sets the distance (in points) between the footer and the bottom of the page.
public float Footer { get; set; }
Gets or sets the amount of extra space (in points) added to the margin for document binding.
public float Gutter { get; set; }
Gets or sets the side on which the gutter appears in a document.
Changing value to or from Top affects all document sections.
public GutterPosition GutterPosition { get; set; }
Gets or sets the distance (in points) between the header and the top of the page.
public float Header { get; set; }
Gets or sets the distance (in points) between the left edge of the page and the left boundary of the body text.
public float Left { get; set; }
Gets or sets the distance (in points) between the right edge of the page and the right boundary of the body text.
public float Right { get; set; }
Gets or sets the distance (in points) between the top edge of the page and the top boundary of the body text.
public float Top { get; set; }
Resets page margins to default values.
public void ClearFormatting()