Gets or set the bearer bars' type that must be drawn with the barcode. Bearer bar is only available for 2 of 5, Code 128 and UCC.EAN 128 barcodes. Default value is None
            
Namespace: Neodynamic.SDK.PrintingAssembly: Neodynamic.SDK.ThermalLabel (in Neodynamic.SDK.ThermalLabel.dll) Version: 6.0.3500.0 (6.0.3515.430)
 Syntax
Syntax
| C# | 
|---|
| public BearerBarStyle BearerBarStyle { get; set; } | 
| Visual Basic | 
|---|
| Public Property BearerBarStyle As BearerBarStyle
	Get
	Set | 
| Visual C++ | 
|---|
| public:
property BearerBarStyle BearerBarStyle {
	BearerBarStyle get ();
	void set (BearerBarStyle value);
} | 
Property Value
Type: 
BearerBarStyle See Also
See Also