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
- WebViewOptions Class
- WebViewOptions Members
- WebViewOptions Constructor
- Properties
- Methods
- 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
WebViewOptions Properties |
The properties of the WebViewOptions class are listed below. For a complete list of WebViewOptions class members, see the WebViewOptions Members topic.
Properties
Name | Description | |
---|---|---|
AllowJavaScript | Gets or sets a value indicating whether JavaScript should be allowed. | |
AllowJavaScriptAccessClipboard | Gets or sets a value indicating whether accessing clipboard from JavaScript should be allowed. | |
AllowJavaScriptCloseWindow | Gets or sets a value indicating whether using JavaScript to close a window that was not opened with JavaScript should be allowed. | |
AllowJavaScriptDOMPaste | Gets or sets a value indicating whether pasting from clipboard is allowed. | |
AllowZooming | Gets or sets a value to determine whether user can use Ctrl + mouse wheel or +/- to zoom the current view. | |
Cursor | Gets or sets the default cursor. | |
DefaultEncoding | Gets or sets the default page encoding. | |
EnableWebSecurity | Gets or sets a value indicating whether to enforce same-origin policy. | |
LoadImages | Gets or sets a value indicating whether the browser engine should automatically load images. | |
UserStyleSheet | Gets or sets the additional style sheets to be applied to the document. |
See Also