Click or drag to resize

DecoderOptionsBarcodeTypes Property

The list of barcode types to search when decoding. If set to null, then all available formats are searched. This can significantly reduce performance and increase false positives.

Namespace:  Opait.Barcode
Assembly:  Opait.Barcode (in Opait.Barcode.dll) Version: 1.2.0.0
Syntax
C#
public List<BarcodeType> BarcodeTypes { get; set; }

Property Value

Type: ListBarcodeType
See Also