Click or drag to resize

RenderingEngine Enumeration

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

Namespace:  ExpertPdf.HtmlToPdf
Assembly:  ephtmltopdf (in ephtmltopdf.dll) Version: 17.0.0
Syntax
public enum RenderingEngine
Members
  Member nameValueDescription
WebKit0 The WebKit rendering engine, used in Apple's Safari
WebKit21 The WebKit rendering engine in a simplified form to allow running on Azure Web Apps
Blink2 The Blink rendering engine, used in Google's Chrome.
See Also