Enum BarcodeErrorBehavior
Specifies what output type will be generated if an error occurs during barcode rendering.
Namespace:Neodynamic.SDK.Printing
Assembly:Neodynamic.SDK.ThermalLabel.dll
Syntax
public enum BarcodeErrorBehavior
Fields
BlankImage
A blank image will be rendered.
Declaration
BlankImage = 0
Field Value
Type | Description |
---|---|
BarcodeErrorBehavior |
ThrowException
An Exception will be thrown.
Declaration
ThrowException = 2
Field Value
Type | Description |
---|---|
BarcodeErrorBehavior |