ClaimedJournalPrinter.ColorCartridge Property
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.
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.