Gets or set the bearer bars' type that must be drawn with the barcode image. Bearer bar is only available for Code 39 and Interleaved 2 of 5 barcodes. NOTE: Bearer bar is not available when using Counter or Masking features.

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 BearerBarStyle BearerBarStyle { get; set; }
Visual Basic (Declaration)
Public Property BearerBarStyle As BearerBarStyle
Visual C++
public:
property BearerBarStyle BearerBarStyle {
	BearerBarStyle get ();
	void set (BearerBarStyle value);
}

Remarks

This feature is NOT supported by EPL printers.

See Also