Enum ColorModel
- Namespace
- DotNetBrowser.Print
- Assembly
- DotNetBrowser.dll
The color models used for printing.
public enum ColorModel
Fields
Black = 7BLACK color model.
BrotherBrScript3Black = 24BROTHER_BR_SCRIPT_3_BLACK color model. Used in Brother BRScript3 color printer PPDs.
BrotherBrScript3Color = 23BROTHER_BR_SCRIPT_3_COLOR color model. Used in Brother BRScript3 color printer PPDs.
BrotherCupsColor = 21BROTHER_CUPS_COLOR color model. Used in Brother color laser printer PPDs.
BrotherCupsMono = 22BROTHER_CUPS_MONO color model. Used in Brother color laser printer PPDs.
Cmy = 4CMY color model.
CmyPlusK = 6CMYPlusK represents CMY+K color model.
Cmyk = 3CMYK color model.
Color = 2COLOR color model.
ColorModeColor = 12COLOR_MODE_COLOR color model. Used in Samsung printer PPDs.
ColorModeMonochrome = 13COLOR_MODE_MONOCHROME color model. Used in Samsung printer PPDs.
Gray = 1GRAY color model.
Grayscale = 8GRAYSCALE color model.
HpColorBlack = 15HP_COLOR_BLACK color model. Used in HP color printer PPDs.
HpColorColor = 14HP_COLOR_COLOR color model. Used in HP color printer PPDs.
Kcmy = 5KCMY color model.
PrintoutModeNormal = 16PRINTOUT_MODE_NORMAL color model. Used in Foomatic PPDs.
PrintoutModeNormalGray = 17PRINTOUT_MODE_NORMAL_GRAY color model. Used in Foomatic PPDs.
ProcessColorModelCmyk = 18PROCESS_COLOR_MODEL_CMYK color model. Used in Canon printer PPDs.
ProcessColorModelGreyscale = 19PROCESS_COLOR_MODEL_GREYSCALE color model. Used in Canon printer PPDs.
ProcessColorModelRgb = 20PROCESS_COLOR_MODEL_RGB color model. Used in Canon printer PPDs
Rgb = 9RGB color model.
Rgb16 = 10RGB16 color model.
Rgba = 11RGBA color model.
Unspecified = 0Reserved value.