Table of Contents

Enum PrintOrientation

Namespace
OpenQA.Selenium
Assembly
WebDriver.dll

Represents the orientation of the page in the printed document.

public enum PrintOrientation

Fields

Landscape = 1

Print the document in landscape mode.

Portrait = 0

Print the document in portrait mode.