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: 17.0.0
Syntax public enum RenderingEngine
Public Enumeration RenderingEngine
Members
| Member name | Value | Description |
---|
| WebKit | 0 |
The WebKit rendering engine, used in Google's Chrome and Apple's Safari
|
| IE | 1 |
The mshtml rendering engine, used in IE
|
See Also