PdfConverterColorSpace Property |
Gets or sets the color space of the generated PDF document.
The possible values are RGB, CMYK or Gray Scale. The default
color space is RGB.
Namespace: ExpertPdf.HtmlToPdfAssembly: ephtmltopdf (in ephtmltopdf.dll) Version: 21.1.0
Syntaxpublic ColorSpace ColorSpace { get; set; }Public Property ColorSpace As ColorSpace
Get
Set
Property Value
ColorSpace
See Also