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
ApplicationState
The ASP.NET Application State will be used as the temporary storage for the barcode content.
Declaration
ApplicationState = 2
Field Value
Type | Description |
---|---|
TemporaryStorage |
Cache
The ASP.NET Cache will be used as the temporary storage for the barcode content.
Declaration
Cache = 3
Field Value
Type | Description |
---|---|
TemporaryStorage |
Default
The Query String part of the URL will be used as the temporary storage for the barcode content.
Declaration
Default = 0
Field Value
Type | Description |
---|---|
TemporaryStorage |
SessionState
The ASP.NET Session State will be used as the temporary storage for the barcode content.
Declaration
SessionState = 1
Field Value
Type | Description |
---|---|
TemporaryStorage |