ExpertPdf Html to Pdf Converter Library
ColorSpace Property
NamespacesExpertPdf.HtmlToPdfPdfConverterColorSpace
ExpertPdf Html to Pdf Converter Library
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.
Declaration Syntax
C#Visual BasicVisual C++
public ColorSpace ColorSpace { get; set; }
Public Property ColorSpace As ColorSpace
	Get
	Set
public:
property ColorSpace ColorSpace {
	ColorSpace get ();
	void set (ColorSpace value);
}
Property Value

Assembly: ExpertPdf.HtmlToPdf (Module: ExpertPdf.HtmlToPdf.dll) Version: 9.2.0.25824 (9.2.0.0)