Version

ImageTimeout Property

Gets or sets a value which indicates how long to wait for each image to load.
Syntax
'Declaration
 
Public Property ImageTimeout As Integer
public int ImageTimeout {get; set;}

Property Value

An integer value specifying the amount of milliseconds to wait for each image to load. The default value is 3000.
Remarks

The client-side JavaScript will monitor how long it takes for each image to load. If an image is not found, the JavaScript code will continue to try and load the image until the value of this property is reached.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also