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

Namespace: Neodynamic.WebControls.BarcodeProfessional
Assembly: Neodynamic.WebControls.BarcodeProfessional (in Neodynamic.WebControls.BarcodeProfessional.dll) Version: 7.0.2000.0 (7.0.2000.0)

Syntax

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

See Also