Click or drag to resize

IBrowserSettingsImageLoading Property

Version 75.1.140
Controls whether image URLs will be loaded from the network. A cached image will still be rendered if requested. Also configurable using the "disable-image-loading" command-line switch.

Namespace:  CefSharp
Assembly:  CefSharp (in CefSharp.dll) Version: 75.1.140.0 (75.1.140.0)
Syntax
CefState ImageLoading { get; set; }

Property Value

Type: CefState
See Also