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.HtmlToPdf
Assembly:
ephtmltopdf (in ephtmltopdf.dll) Version: 17.0.0
Syntax public ColorSpace ColorSpace { get; set; }
Public Property ColorSpace As ColorSpace
Get
Set
Property Value
Type:
ColorSpaceSee Also