Gets or sets the color space of the PDF document generated by the HTML to PDF converter.
The possible values are RGB, CMYK or Gray Scale. The default color space is RGB.
Namespace: EvoPdfAssembly: evohtmltopdf (in evohtmltopdf.dll) Version: 4.12.0.0
Syntax
| C# |
|---|
public ColorSpace ColorSpace { get; set; } |
| Visual Basic |
|---|
Public Property ColorSpace As ColorSpace Get Set |
| Visual C++ |
|---|
public: property ColorSpace ColorSpace { ColorSpace get (); void set (ColorSpace value); } |