BarcodeTypeSelectorAll1D Property ByteScout Barcode Reader SDK
Enables or disables all one-dimensional (1D, linear) barcodes except EAN-2, EAN-5, Circular 2 of 5, Patch Code, MSI, Pharmacode as they are designed to work without error checking and causing numerous false positives. Code 39 Ext, Code39 Mode 43, Code39 Mode 43 Ext are also excluded to avoid duplicates by generic Code 39 decoder. If you want to search for these barcode types as well, please enable them directly.

Namespace:  Bytescout.BarCodeReader
Assembly:  Bytescout.BarCodeReader (in Bytescout.BarCodeReader.dll) Version: 12.0.1.2142-master
Syntax

public bool All1D { get; set; }

Property Value

Type: Boolean

Implements

IBarcodeTypeSelectorAll1D
See Also

Reference