CoreWebView2PrintOrientation Enum

Definition

The orientation for printing, used by the Orientation property.

public enum CoreWebView2PrintOrientation
type CoreWebView2PrintOrientation = 
Public Enum CoreWebView2PrintOrientation
Inheritance
CoreWebView2PrintOrientation

Fields

Landscape 1

Print the page(s) in landscape orientation.

Portrait 0

Print the page(s) in portrait orientation.

Applies to