Gets or sets the number of seconds that the server can cache the output image.

Namespace:  Neodynamic.WebControls.ImageDraw
Assembly:  Neodynamic.WebControls.ImageDraw (in Neodynamic.WebControls.ImageDraw.dll)
Version: 4.0.2000.0 (4.0.2000.0)

Syntax

C#
public int CacheExpiresInSeconds { get; set; }
Visual Basic (Declaration)
Public Property CacheExpiresInSeconds As Integer
Visual C++
public:
property int CacheExpiresInSeconds {
	int get ();
	void set (int value);
}

Exceptions

ExceptionCondition
System..::.ArgumentException The specified value is less than 0.

See Also