Click or drag to resize

ColorModel Enumeration

The color models used for printing.

Namespace:  DotNetBrowser.Print
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.16.0
Syntax
C#
public enum ColorModel
Members
  Member nameValueDescription
Unspecified0 Reserved value.
Gray1GRAY color model.
Color2COLOR color model.
Cmyk3CMYK color model.
Cmy4CMY color model.
Kcmy5KCMY color model.
CmyPlusK6 CMYPlusK represents CMY+K color model.
Black7BLACK color model.
Grayscale8GRAYSCALE color model.
Rgb9RGB color model.
Rgb1610RGB16 color model.
Rgba11RGBA color model.
ColorModeColor12 COLOR_MODE_COLOR color model. Used in Samsung printer PPDs.
ColorModeMonochrome13 COLOR_MODE_MONOCHROME color model. Used in Samsung printer PPDs.
HpColorColor14 HP_COLOR_COLOR color model. Used in HP color printer PPDs.
HpColorBlack15 HP_COLOR_BLACK color model. Used in HP color printer PPDs.
PrintoutModeNormal16 PRINTOUT_MODE_NORMAL color model. Used in Foomatic PPDs.
PrintoutModeNormalGray17 PRINTOUT_MODE_NORMAL_GRAY color model. Used in Foomatic PPDs.
ProcessColorModelCmyk18 PROCESS_COLOR_MODEL_CMYK color model. Used in Canon printer PPDs.
ProcessColorModelGreyscale19 PROCESS_COLOR_MODEL_GREYSCALE color model. Used in Canon printer PPDs.
ProcessColorModelRgb20 PROCESS_COLOR_MODEL_RGB color model. Used in Canon printer PPDs
BrotherCupsColor21 BROTHER_CUPS_COLOR color model. Used in Brother color laser printer PPDs.
BrotherCupsMono22 BROTHER_CUPS_MONO color model. Used in Brother color laser printer PPDs.
BrotherBrScript3Color23 BROTHER_BR_SCRIPT_3_COLOR color model. Used in Brother BRScript3 color printer PPDs.
BrotherBrScript3Black24 BROTHER_BR_SCRIPT_3_BLACK color model. Used in Brother BRScript3 color printer PPDs.
See Also