Table of Contents

Enum CoreWebView2PrintOrientation

Namespace
Microsoft.Web.WebView2.Core
Assembly
Microsoft.Web.WebView2.Core.dll

The orientation for printing, used by the Orientation property.

public enum CoreWebView2PrintOrientation

Fields

Landscape = 1

Print the page(s) in landscape orientation.

Portrait = 0

Print the page(s) in portrait orientation.