| ImgConverterRenderingEngine Property  | 
 
            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.
            
 
    Namespace: 
   ExpertPdf.HtmlToPdf
    Assembly:
   ephtmltopdf (in ephtmltopdf.dll) Version: 17.0.0
 Syntax
Syntaxpublic RenderingEngine RenderingEngine { get; set; }Public Property RenderingEngine As RenderingEngine
	Get
	Set
Property Value
Type: 
RenderingEngine See Also
See Also