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

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