Gets or sets the color profile of the PDF document generated by the HTML to PDF converter.

Namespace: EvoPdf
Assembly: evohtmltopdf (in evohtmltopdf.dll) Version: 4.12.0.0

Syntax

C#
public ColorProfile ColorProfile { get; set; }
Visual Basic
Public Property ColorProfile As ColorProfile
	Get
	Set
Visual C++
public:
property ColorProfile ColorProfile {
	ColorProfile get ();
	void set (ColorProfile value);
}

Property Value

Type: ColorProfile

See Also