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.SDK.PrintingAssembly: Neodynamic.SDK.ThermalLabel (in Neodynamic.SDK.ThermalLabel.dll) Version: 6.0.3500.0 (6.0.3515.430)
Syntax
C# |
---|
public enum BearerBarStyle |
Visual Basic |
---|
Public Enumeration BearerBarStyle |
Visual C++ |
---|
public enum class BearerBarStyle |
Members
Member name | Value | Description | |
---|---|---|---|
None | 0 | No bearer bars are drawn on the barcode | |
Frame | 1 | The bearer bars are drawn surrounding the symbol | |
HorizontalRules | 2 | The bearer bars are drawn at the top and bottom on the symbol |