Table of Contents

Enum Orientation

Namespace
DotNetBrowser.Print
Assembly
DotNetBrowser.dll

The page orientation values used for printing.

public enum Orientation

Fields

Landscape = 1

The landscape orientation.

Portrait = 2

The portrait orientation.

Unrecognized = -1

The orientation is not recognized.

Unspecified = 0

Reserved value.