PosPrinterColorCartridge 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.
Describes the color cartridges that the point-of-service printer can use for printing.
public enum class PosPrinterColorCartridge
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
enum class PosPrinterColorCartridge
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
public enum PosPrinterColorCartridge
var value = Windows.Devices.PointOfService.PosPrinterColorCartridge.unknown
Public Enum PosPrinterColorCartridge
- Inheritance
-
PosPrinterColorCartridge
- Attributes
Windows 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
Name | Value | Description |
---|---|---|
Unknown | 0 | An unknown color cartridge. |
Primary | 1 | The primary color cartridge. |
Custom1 | 2 | The first custom color cartridge, which provides a secondary color, usually red. |
Custom2 | 3 | The second custom color cartridge. |
Custom3 | 4 | The third custom color cartridge. |
Custom4 | 5 | The fourth custom color cartridge. |
Custom5 | 6 | The fifth custom color cartridge. |
Custom6 | 7 | The sixth custom color cartridge. |
Cyan | 8 | The cyan cartridge for full color printing. |
Magenta | 9 | The magenta cartridge for full color printing. |
Yellow | 10 | The yellow cartridge for full color printing. |