Click or drag to resize

IDecoderOptionsBarcodeTypes 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.Barcoder.Api
Assembly:  Opait.Barcoder (in Opait.Barcoder.dll) Version: 1.3.4.0
Syntax
C#
List<BarcodeType> BarcodeTypes { get; set; }

Property Value

Type: ListBarcodeType
See Also