Click or drag to resize

RenderingEngine Enumeration

Specifies the rendering engine used by the converter to load and render the html.

Namespace: ExpertPdf.PdfCreator
Assembly: epdfcreator (in epdfcreator.dll) Version: 21.1.0
Syntax
public enum RenderingEngine
Members
Member nameValueDescription
WebKit0 The WebKit rendering engine, used in Apple's Safari
IE1 The mshtml rendering engine, used in IE
WebKit22 The WebKit rendering engine in a simplified form to allow running on Azure Web Apps
See Also