RenderingEngine Enumeration |
Specifies the rendering engine used by the converter to load and render the html.
Namespace: ExpertPdf.PdfCreatorAssembly: epdfcreator (in epdfcreator.dll) Version: 21.1.0
Syntaxpublic enum RenderingEngine
Public Enumeration RenderingEngine
Members| Member name | Value | Description |
|---|
| WebKit | 0 |
The WebKit rendering engine, used in Apple's Safari
|
| IE | 1 |
The mshtml rendering engine, used in IE
|
| WebKit2 | 2 |
The WebKit rendering engine in a simplified form to allow running on Azure Web Apps
|
See Also