Gets or set 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.WPF
Assembly: Neodynamic.WPF.Barcode (in Neodynamic.WPF.Barcode.dll) Version: 5.0.3500.0 (5.0.3500.0)

Syntax

C#
public BearerBarStyle BearerBarStyle { get; set; }
Visual Basic
Public Property BearerBarStyle As BearerBarStyle
	Get
	Set

Property Value

Type: BearerBarStyle

See Also