Enum BearerBarStyle
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.WebControls.BarcodeProfessional
Assembly:Neodynamic.WebControls.BarcodeProfessional.dll
Syntax
public enum BearerBarStyle
Fields
Frame
The bearer bars are drawn surrounding the symbol
Declaration
Frame = 1
Field Value
Type | Description |
---|---|
BearerBarStyle |
HorizontalRules
The bearer bars are drawn at the top and bottom on the symbol
Declaration
HorizontalRules = 2
Field Value
Type | Description |
---|---|
BearerBarStyle |
None
No bearer bars are drawn on the barcode
Declaration
None = 0
Field Value
Type | Description |
---|---|
BearerBarStyle |