Specifies the temporary storage for the barcode content when rendering the src attribute of the HTML Image Tag representing the barcode image.

[Visual Basic]
Public Enum TemporaryStorage
[C#]
public enum TemporaryStorage

Members

Member Name Description
Default The Query String part of the URL will be used as the temporary storage for the barcode content.
SessionState The ASP.NET Session State will be used as the temporary storage for the barcode content.
ApplicationState The ASP.NET Application State will be used as the temporary storage for the barcode content.
Cache The ASP.NET Cache will be used as the temporary storage for the barcode content.

Requirements

Namespace: Neodynamic.WebControls.BarcodeProfessional

Assembly: Neodynamic.WebControls.BarcodeProfessional (in Neodynamic.WebControls.BarcodeProfessional.dll)

See Also

Neodynamic.WebControls.BarcodeProfessional Namespace