Click or drag to resize

ReadOptsScanBarsToRead Property

Gets or sets the number of bars to attempt to read. The value of this field is not significant when searching two color (e.g. black and white) images for one-dimensional or stacked symbols. Initialised to Int32.MaxValue by constructor.

Namespace:  Atalasoft.Barcoding.Reading
Assembly:  Atalasoft.dotImage.Barcoding.Reading (in Atalasoft.dotImage.Barcoding.Reading.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public int ScanBarsToRead { get; set; }

Property Value

Type: Int32
The number of bars to attempt to read.
Remarks

Setting this value to the actual number of bars in the image can significantly improve performance when the image has more than two colors, or when searching for two-dimensional (i.e. Data Matrix) symbols.

Default value is Int32.MaxValue.

See Also