RenderingMode Enumeration | 
Namespace: DotNetBrowser.Engine
public enum RenderingMode
| Member name | Value | Description | |
|---|---|---|---|
| HardwareAccelerated | 1 | The engine renders content using GPU and displays it directly on a native surface (window). | |
| OffScreen | 2 | The engine renders content using GPU and copies the pixels to the process memory. |