PosPrinterColorCapabilities Enum
Definition
Describes the possible color cartridges that a point-of-service printer can support.
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
public enum class PosPrinterColorCapabilities
/// [System.Flags]
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
enum PosPrinterColorCapabilities
[System.Flags]
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
public enum PosPrinterColorCapabilities
var value = Windows.Devices.PointOfService.PosPrinterColorCapabilities.none
Public Enum PosPrinterColorCapabilities
- Inheritance
-
PosPrinterColorCapabilities
- Attributes
Windows 10 requirements
Device family |
Windows 10 (introduced in 10.0.10240.0 - for Xbox, see UWP features that aren't yet supported on Xbox)
|
API contract |
Windows.Foundation.UniversalApiContract (introduced in v1.0)
|
Fields
Custom1 | 2 | Supports a first custom color cartridge, which provides a secondary color, usually red. |
Custom2 | 4 | Supports a second custom color cartridge. |
Custom3 | 8 | Supports a third custom color cartridge. |
Custom4 | 16 | Supports a fourth custom color cartridge. |
Custom5 | 32 | Supports a fifth custom color cartridge. |
Custom6 | 64 | Supports a sixth custom color cartridge. |
Cyan | 128 | Supports a cyan cartridge for full color printing. |
Full | 1024 | Supports full color printing. |
Magenta | 256 | Supports a magenta cartridge for full color printing. |
None | 0 | Supports no color cartridges. |
Primary | 1 | Supports a primary color cartridge. |
Yellow | 512 | Supports a yellow cartridge for full color printing. |
Applies to
See also
- ColorCartridgeCapabilities
- ColorCartridgeCapabilities
- ColorCartridgeCapabilities
- ColorCartridgeCapabilities
- DrawRuledLine(String, PosPrinterLineDirection, UInt32, PosPrinterLineStyle, UInt32)
- DrawRuledLine(String, PosPrinterLineDirection, UInt32, PosPrinterLineStyle, UInt32)
- DrawRuledLine(String, PosPrinterLineDirection, UInt32, PosPrinterLineStyle, UInt32)