PrinterColors Enum
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.
Enumerates the possible printer color cartridges.
This enumeration supports a bitwise combination of its member values.
[System.Flags]
public enum PrinterColors
[<System.Flags>]
type PrinterColors =
Public Enum PrinterColors
- Inheritance
-
PrinterColors
- Attributes
Fields
Name | Value | Description |
---|---|---|
Full | -2147483648 | Supports full color. |
None | 0 | Supports no color. |
Primary | 1 | Supports primary color. |
Custom1 | 2 | Supports first custom color (Secondary color, usually red). |
Custom2 | 4 | Supports second custom color. |
Custom3 | 8 | Supports third custom color. |
Custom4 | 16 | Supports fourth custom color. |
Custom5 | 32 | Supports fifth custom color. |
Custom6 | 64 | Supports sixth custom color. |
Cyan | 256 | Supports cyan color for full color printing. |
Magenta | 512 | Supports magenta color for full color printing. |
Yellow | 1024 | Supports yellow color for full color printing. |