CoreWebView2PrintSettings.Duplex Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Printer duplex settings.
public Microsoft.Web.WebView2.Core.CoreWebView2PrintDuplex Duplex { get; set; }
member this.Duplex : Microsoft.Web.WebView2.Core.CoreWebView2PrintDuplex with get, set
Public Property Duplex As CoreWebView2PrintDuplex
Property Value
Remarks
See @CoreWebView2PrintDuplex for descriptions of duplex. The default value is @CoreWebView2PrintDuplex$.Default.
Printing uses default value of printer's duplex if an invalid value is provided for the specific printer.
This value is ignored in PrintToPdfStreamAsync(CoreWebView2PrintSettings) method.