PosPrinterColorCartridge Enum

Definition

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

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.

Primary 1

The primary color cartridge.

Unknown 0

An unknown color cartridge.

Yellow 10

The yellow cartridge for full color printing.

Applies to

See also