Share via


ClaimedJournalPrinter.ColorCartridge Property

Definition

Gets or sets the color cartridge that the journal printer station should use when it prints. This property must agree with what is available through ColorCartridgeCapabilities.

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

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

Property Value

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

Implements

Applies to

See also