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
trueif loading images automatically is allowed,falseotherwise.
Exceptions
- ObjectDisposedException
The IBrowserSettings has already been disposed.
- ConnectionClosedException
The connection to the Chromium engine is closed.