Specifies the bearer bars' type that must be drawn with the barcode. Bearer bar is only available for Code 39 and Interleaved 2 of 5 barcodes only.

Namespace:  Neodynamic.SDK.Printing
Assembly:  Neodynamic.SDK.ThermalLabel (in Neodynamic.SDK.ThermalLabel.dll) Version: 2.0.2000.0 (2.0.2000.0)

Syntax

C#
public enum BearerBarStyle
Visual Basic (Declaration)
Public Enumeration BearerBarStyle
Visual C++
public enum class BearerBarStyle

Members

Member nameDescription
None
No bearer bars are drawn on the barcode
Frame
The bearer bars are drawn surrounding the barcode
HorizontalRules
The bearer bars are drawn at the top and bottom on the barcode

See Also