Click or drag to resize

IEngineOptions Property

Gets the options that were used to initialize this IEngine.

Namespace:  DotNetBrowser.Engine
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.16.0
Syntax
C#
EngineOptions Options { get; }

Property Value

Type: EngineOptions
The EngineOptions that were used to initialize this IEngine.
See Also