PrintColorMode
PrintColorMode
PrintColorMode
PrintColorMode
Enum
Definition
Specifies the color mode option.
public : enum class PrintColorModepublic enum PrintColorModePublic Enum PrintColorMode// You can use this enum in JavaScript.
- Attributes
Windows 10 requirements
| Device family |
Windows 10 (introduced v10.0.10240.0 - for Xbox, see UWP features that aren't yet supported on Xbox)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|
Fields
| Color Color Color Color | An option to indicate that the printed output will be in color. |
| Default Default Default Default | The default color mode option. |
| Grayscale Grayscale Grayscale Grayscale | An option to indicate that the printed output will be in shades of gray. |
| Monochrome Monochrome Monochrome Monochrome | An option to indicate that the printed output will be in one shade of a single color. |
| NotAvailable NotAvailable NotAvailable NotAvailable | An unsupported color mode option. |
| PrinterCustom PrinterCustom PrinterCustom PrinterCustom | A custom color mode option that is specific to the print device. |