Gets or sets whether the recommended Bar Width Adjustment for digits 1, 2, 7 and 8 by GS1 spec is enabled. Default is False.

Namespace: Neodynamic.WPF
Assembly: Neodynamic.WPF.Barcode (in Neodynamic.WPF.Barcode.dll) Version: 5.0.3500.0 (5.0.3500.0)

Syntax

C#
public bool EanUpcAutoBWAfor1278DigitsEnabled { get; set; }
Visual Basic
Public Property EanUpcAutoBWAfor1278DigitsEnabled As Boolean
	Get
	Set

Property Value

Type: Boolean

Remarks

The GS1 spec states that for digits 1, 2, 7 or 8; the bars (dark bars) and spaces (light bars) are reduced or enlarged by one-thirteenth of a module (BarWidth) to provide a uniform distribution of bar width tolerances and thus improve scanning reliability.

See Also