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: 26.2
Syntax
public PdfColorSpace ColorSpace { get; set; }

Property Value

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