PrinterColors Enumeration

2/27/2008

Enumerates the possible printer color cartridges.

Namespace: Microsoft.PointOfService
Assembly: Microsoft.PointOfService (in microsoft.pointofservice.dll)

Syntax

'Declaration
<FlagsAttribute> _
Public Enumeration PrinterColors
[FlagsAttribute] 
public enum PrinterColors
[FlagsAttribute] 
public enum class PrinterColors
/** @attribute FlagsAttribute() */ 
public enum PrinterColors
FlagsAttribute 
public enum PrinterColors

Members

Member name Description
Custom1 Supports first custom color (Secondary color, usually red).
Custom2 Supports second custom color.
Custom3 Supports third custom color.
Custom4 Supports fourth custom color.
Custom5 Supports fifth custom color.
Custom6 Supports sixth custom color.
Cyan Supports cyan color for full color printing.
Full Supports full color.
Magenta Supports magenta color for full color printing.
None Supports no color.
Primary Supports primary color.
Yellow Supports yellow color for full color printing.

Remarks

Used by the JrnCurrentCartridge, RecCurrentCartridge, SlpCurrentCartridge, CapJrnColor, CapRecColor, and CapSlpColor properties. Members of this enumeration replace the PTR_COLOR_ range of UPOS constants.

See Also

Reference

Microsoft.PointOfService Namespace