Link Search Menu Expand Document

BarcodeTypeSelectorAll Property

Gets or sets whether to search for all supported 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 All { get; set; }

Property Value

Type: Boolean

Implements

IBarcodeTypeSelectorAll
Remarks
This method does not include OMR elements.
See Also

Reference