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