HtmlToImageElementRenderingEngine 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.PdfCreator
Assembly:
epdfcreator (in epdfcreator.dll) Version: 17.0.0
Syntax public RenderingEngine RenderingEngine { get; set; }
Public Property RenderingEngine As RenderingEngine
Get
Set
Property Value
Type:
RenderingEngineSee Also