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.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
WebViewOptions Members

The WebViewOptions class exposes the following members.

Constructors
Name Description
WebViewOptions(); Initializes a new instance of the WebViewOptions class.
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.
Methods
Name Description
Clone To create a copy of this WebViewOptions class.
Equals (inherited from Object) 
Finalize (inherited from Object) 
GetHashCode (inherited from Object) 
GetType (inherited from Object) 
MemberwiseClone (inherited from Object) 
ToString (inherited from Object) 
See Also