Gets or sets whether the barcode image should be stored in the ASP.NET Output Cache.

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

Syntax

C#
public bool UseCache { get; set; }
Visual Basic (Declaration)
Public Property UseCache As Boolean
Visual C++
public:
property bool UseCache {
	bool get ();
	void set (bool value);
}

See Also