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
- 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 Methods |
The methods of the EngineOptions class are listed below. For a complete list of EngineOptions class members, see the EngineOptions Members topic.
Methods
Name | Description | |
---|---|---|
AllowProprietaryMediaFormats | Enable proprietary media formats support. | |
Clone | Make a copy of this EngineOptions class. | |
Equals (inherited from Object) | ||
Finalize (inherited from Object) | ||
GetHashCode (inherited from Object) | ||
GetType (inherited from Object) | ||
MemberwiseClone (inherited from Object) | ||
RandomizeEOAPIVarName | Randomize the name of the "eoapi" JavaScript variable. | |
RegisterCustomSchemes | Registers one or more protocoal schemes. | |
SetDefaultWebViewOptions | Sets the default options for all WebView objects created after this call. | |
ToString (inherited from Object) |
See Also