Table of Contents

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

int

Gets the footer margin of the page.

public int Footer { get; }

Property Value

int

Header

Gets the header margin of the page.

public int Header { get; }

Property Value

int

Left

Gets the left margin of the page.

public int Left { get; }

Property Value

int

Right

Gets the right margin of the page.

public int Right { get; }

Property Value

int

Top

Gets the top margin of the page.

public int Top { get; }

Property Value

int