Table of Contents
- Getting Started
- EO.Pdf
- EO.Web
- EO.WebBrowser
- EO.Wpf
- Common Topics
- Reference
- .NET API Reference
- EO.Base
- EO.Base.UI
- EO.Extensions
- EO.Pdf
- EO.Pdf.Acm
- EO.Pdf.Contents
- EO.Pdf.Drawing
- EO.Pdf.Mvc
- EO.Web
- EO.WebBrowser
- EO.WebBrowser.DOM
- EO.WebEngine
- EO.WebEngine
- Classes
- Cookie Class
- CookieCollection Class
- CookieManager Class
- Cursor Class
- Engine Class
- EngineEventArgs Class
- EngineOptions Class
- EngineOptions Class
- EngineOptions Members
- EngineOptions Constructor
- Properties
- Properties
- BypassUserGestureCheck Property
- CachePath Property
- CustomUserAgent Property
- Default Property
- DisableBuiltInPlugIns Property
- DisableGPU Property
- DisableSpellChecker Property
- EOAPIVarName Property
- ExtraCommandLineArgs Property
- GoogleAPIKey Property
- GoogleClientID Property
- GoogleClientSecret Property
- PreinstalledPluginsDir Property
- Proxy Property
- RemoteDebugAnyAddress Property
- RemoteDebugPort Property
- SpellCheckLanguages Property
- UILanguage Property
- Methods
- WebViewOptions Class
- Enumerations
- Delegates
- EO.WinForm
- EO.Wpf
- EO.Wpf.Gauge
- EO.Wpf.Gauge.Shapes
- EO.Wpf.Primitives
- EO.Wpf.Themes.Aero
- EO.Wpf.Themes.Classic
- EO.Wpf.Themes.Luna
- EO.Wpf.Themes.Metro
- EO.Wpf.Themes.Royale
- JavaScript API Reference
- .NET API Reference
EngineOptions Properties |
The properties of the EngineOptions class are listed below. For a complete list of EngineOptions class members, see the EngineOptions Members topic.
Properties
Name | Description | |
---|---|---|
BypassUserGestureCheck | Gets or sets a value indicating whether to bypass user gesture check. | |
CachePath | Gets or sets the cache path. | |
CustomUserAgent | Gets or sets custom user agent. | |
Default | Gets the default engine options. | |
DisableBuiltInPlugIns | Gets or sets a value to disable the built-in PDF plugin. | |
DisableGPU | Gets or sets whether to disable GPU. | |
DisableSpellChecker | Gets or sets a value to whether disable the built-in spell checker. | |
EOAPIVarName | Gets or sets the name of the "eoapi" JavaScript variable. | |
ExtraCommandLineArgs | Gets or sets the additional command line arguments to be passed to the Chrome browser engine. | |
GoogleAPIKey | Gets or sets Google API key. | |
GoogleClientID | Gets or sets Google client ID. | |
GoogleClientSecret | Gets or sets Google client secret. | |
PreinstalledPluginsDir | Gets or sets the folder that contains pre-installed plugins. | |
Proxy | Gets or sets the proxy information to be used by all WebViews. | |
RemoteDebugAnyAddress | Gets or sets whether the remote debug server should accept connection from any address. | |
RemoteDebugPort | Gets or sets the remote debug port. | |
SpellCheckLanguages | Gets or sets languages used by the built-in spell checker. | |
UILanguage | Gets or sets the UI language to be used in the format languagecode2-country/regioncode2. |
See Also