Table of Contents
LoadImages Property

Gets or sets a value indicating whether the browser engine should automatically load images.

Syntax
 public Boolean? LoadImages { get; set; }
Remarks

If you do not set this property, default value true is used. In that case the browser engine will automatically loads images if necessary. When this property is set to false, the browser will only the image only if it is already in the cache.

See Also