Class ErrorBehavior
Specifies what output type Barcode Professional will generate if an error occurs during barcode rendering.
Inheritance
System.Object
ErrorBehavior
Namespace: Neodynamic.SDK.BarcodeCore
Assembly: Neodynamic.SDK.BarcodeCore.dll
Syntax
public sealed class ErrorBehavior : Enum
Fields
BlankImage
A blank image will be rendered.
Declaration
public const ErrorBehavior BlankImage
Field Value
Type | Description |
---|---|
ErrorBehavior |
ErrorDescriptionImage
An image will be rendered displaying the error message.
Declaration
public const ErrorBehavior ErrorDescriptionImage
Field Value
Type | Description |
---|---|
ErrorBehavior |
ThrowException
An Exception will be thrown.
Declaration
public const ErrorBehavior ThrowException
Field Value
Type | Description |
---|---|
ErrorBehavior |
value__
Declaration
public int value__
Field Value
Type | Description |
---|---|
System.Int32 |