CoreWebView2PrintDuplex Enum

Definition

Specifies the duplex option for a print.

public enum CoreWebView2PrintDuplex
type CoreWebView2PrintDuplex = 
Public Enum CoreWebView2PrintDuplex
Inheritance
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.

Applies to