Click or drag to resize

IBrowserSettingsAllowLoadingImagesAutomatically Property

Allows or disallows loading images automatically on the web pages loaded in the browser.

Namespace:  DotNetBrowser.Browser
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.22.0
Syntax
C#
bool AllowLoadingImagesAutomatically { get; set; }

Property Value

Type: Boolean
true if loading images automatically is allowed, false otherwise.
Exceptions
ExceptionCondition
ObjectDisposedExceptionThe IBrowserSettings has already been disposed.
ConnectionClosedExceptionThe connection to the Chromium engine is closed.
See Also