The possible color spaces for the generated PDF document.
Namespace: ExpertPdf.HtmlToPdfAssembly: ephtmltopdf (in ephtmltopdf.dll) Version: 21.1.0
SyntaxPublic Enumeration ColorSpace
Members| Member name | Value | Description |
|---|
| RGB | 0 |
RGB color space.
|
| CMYK | 1 |
CMYK color space.
|
| Gray | 2 |
Gray color space.
|
See Also