PosPrinterColorCapabilities
PosPrinterColorCapabilities
PosPrinterColorCapabilities
PosPrinterColorCapabilities
Enum
Definition
Describes the possible color cartridges that a point-of-service printer can support.
This enumeration has a System.FlagsAttribute attribute that allows a bitwise combination of its member values.
public : enum class PosPrinterColorCapabilitiespublic enum PosPrinterColorCapabilitiesPublic Enum PosPrinterColorCapabilities// You can use this enum in JavaScript.
- Attributes
-
System.FlagsAttribute ContractVersionAttribute
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
| Custom1 Custom1 Custom1 Custom1 | Supports a first custom color cartridge, which provides a secondary color, usually red. |
| Custom2 Custom2 Custom2 Custom2 | Supports a second custom color cartridge. |
| Custom3 Custom3 Custom3 Custom3 | Supports a third custom color cartridge. |
| Custom4 Custom4 Custom4 Custom4 | Supports a fourth custom color cartridge. |
| Custom5 Custom5 Custom5 Custom5 | Supports a fifth custom color cartridge. |
| Custom6 Custom6 Custom6 Custom6 | Supports a sixth custom color cartridge. |
| Cyan Cyan Cyan Cyan | Supports a cyan cartridge for full color printing. |
| Full Full Full Full | Supports full color printing. |
| Magenta Magenta Magenta Magenta | Supports a magenta cartridge for full color printing. |
| None None None None | Supports no color cartridges. |
| Primary Primary Primary Primary | Supports a primary color cartridge. |
| Yellow Yellow Yellow Yellow | Supports a yellow cartridge for full color printing. |