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.Pdf (in Select.Pdf.dll) Version: 20.2
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