Specifies what output type will be generated if an error occurs during barcode rendering.

Namespace: Neodynamic.SDK.Printing
Assembly: Neodynamic.SDK.ThermalLabel (in Neodynamic.SDK.ThermalLabel.dll) Version: 6.0.3500.0 (6.0.3515.430)

Syntax

C#
public enum BarcodeErrorBehavior
Visual Basic
Public Enumeration BarcodeErrorBehavior
Visual C++
public enum class BarcodeErrorBehavior

Members

Member nameValueDescription
BlankImage0 A blank image will be rendered.
ThrowException2 An Exception will be thrown.

See Also