Click or drag to resize
Pdf Library for .NET

HtmlToPdfOptionsColorSpace Property

Gets or sets the color space of the generated pdf document.

Namespace:  SelectPdf
Assembly:  Select.HtmlToPdf (in Select.HtmlToPdf.dll) Version: 23.1
Syntax
public PdfColorSpace ColorSpace { get; set; }

Property Value

Type: PdfColorSpace
Remarks
The possible values are RGB, CMYK or GrayScale. The default color space is RGB.
See Also