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