Specifies the bearer bars' type that must be drawn with the barcode image. Bearer bar is only available for 2 of 5, Code 128 and UCC.EAN 128 barcodes.
Namespace:
Neodynamic.WinControls.BarcodeProfessionalAssembly: Neodynamic.WinControls.BarcodeProfessional (in Neodynamic.WinControls.BarcodeProfessional.dll) Version: 6.0.2000.0 (6.0.2000.1)
Syntax
C# |
---|
public enum BearerBarStyle |
Visual Basic (Declaration) |
---|
Public Enumeration BearerBarStyle |
Visual C++ |
---|
public enum class BearerBarStyle |
Members
Member name | Description | |
---|---|---|
None |
No bearer bars are drawn on the barcode
| |
Frame |
The bearer bars are drawn surrounding the symbol
| |
HorizontalRules |
The bearer bars are drawn at the top and bottom on the symbol
|