Click or drag to resize

HtmlToPdfElementRenderingEngine 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.PdfDocument
Assembly:  ephtmltopdf (in ephtmltopdf.dll) Version: 17.0.0
Syntax
public RenderingEngine RenderingEngine { get; set; }

Property Value

Type: RenderingEngine
See Also