ICommonClaimedPosPrinterStation.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 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 = iCommonClaimedPosPrinterStation.colorCartridge;
iCommonClaimedPosPrinterStation.colorCartridge = posPrinterColorCartridge;
Public Property ColorCartridge As PosPrinterColorCartridge
Property Value
An enumeration value that identifies the color cartridge that the printer station should use when it prints.