Enum ErrorBehavior
Specifies what output type Barcode Professional will generate if an error occurs during barcode rendering.
Namespace:Neodynamic.WebControls.BarcodeProfessional
Assembly:Neodynamic.WebControls.BarcodeProfessional.dll
Syntax
public enum ErrorBehavior
Fields
BlankImage
A blank image will be rendered.
Declaration
BlankImage = 0
Field Value
Type | Description |
---|---|
ErrorBehavior |
ErrorDescriptionImage
An image will be rendered displaying the error message.
Declaration
ErrorDescriptionImage = 1
Field Value
Type | Description |
---|---|
ErrorBehavior |
ThrowException
An Exception will be thrown.
Declaration
ThrowException = 2
Field Value
Type | Description |
---|---|
ErrorBehavior |