Enum TemporaryStorage
Specifies the temporary storage for the barcode content when rendering the src attribute of the HTML Image Tag representing the barcode image.
Namespace: Neodynamic.WebControls.BarcodeProfessional
Assembly: Neodynamic.WebControls.BarcodeProfessional.dll
Syntax
public enum TemporaryStorage
Fields
| Name | Description |
|---|---|
| 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. |
| 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. |