Table of Contents

Enum CoreWebView2PrintDuplex

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

Specifies the duplex option for a print.

public enum CoreWebView2PrintDuplex

Fields

Default = 0

The default duplex for a printer.

OneSided = 1

Print on only one side of the sheet.

TwoSidedLongEdge = 2

Print on both sides of the sheet, flipped along the long edge.

TwoSidedShortEdge = 3

Print on both sides of the sheet, flipped along the short edge.