Enum CoreWebView2PrintColorMode
Specifies the color mode for a print.
public enum CoreWebView2PrintColorMode
Fields
Color = 1
Indicate that the printed output will be in color.
Default = 0
The default color mode for a printer.
Grayscale = 2
Indicate that the printed output will be in shades of gray.