PrinterColors Enumeration

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

Usage

'Usage
Dim printerColors1 As PrinterColors = PrinterColors.Custom1

Syntax

'Declaration
Public Enum PrinterColors
public enum PrinterColors
public enum class PrinterColors
public enum PrinterColors
public enum PrinterColors

Members

Member name Description
Custom1 Supports 1st Custom Color (Secondary Color, Usually Red).
Custom2 Supports 2nd Custom Color.
Custom3 Supports 3rd Custom Color.
Custom4 Supports 4th Custom Color.
Custom5 Supports 5th Custom Color.
Custom6 Supports 6th Custom Color.
Cyan Supports Cyan Color for full color printing.
Full Supports Full Color.
Magenta Supports Magenta Color for full color printing.
None  
Primary Supports Primary Color.
Yellow Supports Yellow Color for full color printing.

Remarks

Defines the possible printer color cartridges. Replaces the PTR_COLOR_et al constants.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, Windows Longhorn, and Windows 2000

Target Platforms

See Also

Reference

Microsoft.PointOfService Namespace