Table of Contents

Class PageSize

Namespace
FileFormat.Words.IElements
Assembly
FileFormat.Words.dll

Represents the page size properties of a section in a Word document.

public class PageSize
Inheritance
PageSize
Inherited Members

Properties

Height

Gets sets the height of the page.

public int Height { get; }

Property Value

int

Orientation

Gets the orientation of the page (e.g., "Portrait" or "Landscape").

public string Orientation { get; }

Property Value

string

Width

Gets the width of the page.

public int Width { get; }

Property Value

int