Table of Contents

Enum ColorModel

Namespace
DotNetBrowser.Print
Assembly
DotNetBrowser.dll

The color models used for printing.

public enum ColorModel

Fields

Black = 7

BLACK color model.

BrotherBrScript3Black = 24

BROTHER_BR_SCRIPT_3_BLACK color model. Used in Brother BRScript3 color printer PPDs.

BrotherBrScript3Color = 23

BROTHER_BR_SCRIPT_3_COLOR color model. Used in Brother BRScript3 color 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.

Cmy = 4

CMY color model.

CmyPlusK = 6

CMYPlusK represents CMY+K color model.

Cmyk = 3

CMYK color model.

Color = 2

COLOR 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.

Gray = 1

GRAY color model.

Grayscale = 8

GRAYSCALE color model.

HpColorBlack = 15

HP_COLOR_BLACK color model. Used in HP color printer PPDs.

HpColorColor = 14

HP_COLOR_COLOR color model. Used in HP color printer PPDs.

Kcmy = 5

KCMY color model.

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

Rgb = 9

RGB color model.

Rgb16 = 10

RGB16 color model.

Rgba = 11

RGBA color model.

Unspecified = 0

Reserved value.