ClaimedSlipPrinter.ColorCartridge Property

Definition

Gets or sets the color cartridge that the slip printer station should use when it prints.

public:
 property PosPrinterColorCartridge ColorCartridge { PosPrinterColorCartridge get(); void set(PosPrinterColorCartridge value); };
PosPrinterColorCartridge ColorCartridge();

void ColorCartridge(PosPrinterColorCartridge value);
public PosPrinterColorCartridge ColorCartridge { get; set; }
var posPrinterColorCartridge = claimedSlipPrinter.colorCartridge;
claimedSlipPrinter.colorCartridge = posPrinterColorCartridge;
Public Property ColorCartridge As PosPrinterColorCartridge

Property Value

An enumeration value that identifies the color cartridge that the slip printer station should use when it prints.

Implements

Applies to

See also