|
RenderingEngine Enumeration |
Specifies the rendering engine used by the converter to load and render the HTML.
Namespace:
SelectPdf
Assembly:
Select.Pdf (in Select.Pdf.dll) Version: 20.2
Syntax public enum RenderingEngine
Public Enumeration RenderingEngine
Members
| Member name | Value | Description |
---|
| Blink | 0 |
The Blink rendering engine, used in Google's Chrome.
|
| WebKit | 1 |
The WebKit rendering engine, used in Apple's Safari (heavily customized).
|
| WebKitRestricted | 2 |
The WebKit rendering engine in a simplified form to allow running on Azure Web Apps environment.
|
See Also