Enum CoreWebView2PrintDuplex
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.