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