Enum BearerBarStyle
Specifies the bearer bars' type that must be drawn on the barcode. Bearer bar is only available for 2 of 5, Code 128 and UCC.EAN 128 barcode symbologies.
Namespace: Neodynamic.WPF
Assembly: Neodynamic.WPF.Barcode.dll
Syntax
public enum BearerBarStyle
Fields
| Name | Description |
|---|---|
| Frame | The bearer bars are drawn surrounding the symbol |
| HorizontalRules | The bearer bars are drawn at the top and bottom on the symbol |
| None | No bearer bars are drawn on the barcode |