Property ImagesEnabled
- Namespace
- DotNetBrowser.Browser
- Assembly
- DotNetBrowser.dll
ImagesEnabled
Enables or disables images displaying on the web pages loaded in the browser.
bool ImagesEnabled { get; set; }
Property Value
- bool
true
if displaying images is enabled,false
otherwise.
Exceptions
- ObjectDisposedException
The IBrowserSettings has already been disposed.
- ConnectionClosedException
The connection to the Chromium engine is closed.