Table of Contents

Enum PageOrientation

Namespace
PdfSharp
Assembly
PdfSharp.dll

Specifies the orientation of a page.

public enum PageOrientation

Fields

Landscape = 1

The width and height of the page are reversed.

Portrait = 0

The default page orientation.