Click or drag to resize

IPluginSettings Interface

The settings to configure the available Chromium DotNetBrowser.Plugins.

Namespace:  DotNetBrowser.Plugins
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.16.0
Syntax
C#
public interface IPluginSettings : IAutoDisposable

The IPluginSettings type exposes the following members.

Properties
  NameDescription
Public propertyIsDisposed
Indicates if the object is already disposed.
(Inherited from IAutoDisposable.)
Public propertyPdfViewerEnabled
Enables or disables the built-in PDF viewer.
Top
Events
  NameDescription
Public eventDisposed
Occurs when the object has been disposed.
(Inherited from IAutoDisposable.)
Top
See Also