Enum BarcodeErrorBehavior
Specifies what output type will be generated if an error occurs during barcode rendering.
Namespace: Neodynamic.SDK.Printing
Assembly: cs.temp.dll.dll
Syntax
public enum BarcodeErrorBehavior
Fields
| Name | Description |
|---|---|
| BlankImage | A blank image will be rendered. |
| ThrowException | An Exception will be thrown. |