Gets or sets the rendering engine used by the converter to load and render the html. The possible values are WebKit and IE.
The Webkit rendering engine is internal and renders similar to Chrome and Safari. For IE, the component uses the IE engine from the machine.

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

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