 | 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
Syntaxpublic List<BarcodeType> BarcodeTypes { get; set; }
Property Value
Type:
ListBarcodeType
See Also