Enum ErrorBehavior
Specifies what output type Barcode Professional will generate if an error occurs during barcode rendering.
Namespace: Neodynamic.WPF
Assembly: Neodynamic.WPF.Barcode.dll
Syntax
public enum ErrorBehavior
Fields
Name | Description |
---|---|
BlankImage | A blank image will be rendered. |
ThrowException | An Exception will be thrown. |