Table of Contents

Enum RenderingMode

Namespace
DotNetBrowser.Engine
Assembly
DotNetBrowser.dll

The supported rendering modes.

public enum RenderingMode

Fields

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.