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