CefColorModel Enumeration |
Print job color mode values.
Namespace: Internal.Xilium.CefGlueAssembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic enum CefColorModel
Members| Member name | Value | Description |
|---|
| Unknown | 0 | |
| Gray | 1 | |
| Color | 2 | |
| Cmyk | 3 | |
| Cmy | 4 | |
| Kcmy | 5 | |
| Cmy_K | 6 | |
| Black | 7 | |
| Grayscale | 8 | |
| Rgb | 9 | |
| Rgb16 | 10 | |
| Rgba | 11 | |
| ColorMode_Color | 12 | |
| ColorMode_Monochrome | 13 | |
| HP_Color_Color | 14 | |
| HP_Color_Black | 15 | |
| PrintoutMode_Normal | 16 | |
| PrintoutMode_Normal_Gray | 17 | |
| ProcessColorModel_Cmyk | 18 | |
| ProcessColorModel_Greyscale | 19 | |
| ProcessColorModel_Rgb | 20 | |
See Also