DecoderOptions Methods |
The DecoderOptions type exposes the following members.
| Name | Description | |
|---|---|---|
| AddBarcodeTypes |
Add the specified barcode types to the list of types considered when decoding.
| |
| AddBarcodeTypes2D |
Add 2D barcode types to the list of types considered when decoding.
| |
| AddBarcodeTypesIndustrial |
Add industrial 1D barcode types to the list of types considered when decoding.
| |
| AddBarcodeTypesOther |
Add mixed-use and other 1D barcode types to the list of types considered when decoding.
| |
| AddBarcodeTypesProduct |
Add product related 1D barcode types to the list of types considered when decoding.
| |
| ClearBarcodeTypes |
Clear all possible barcode types. All barcode types will be
considered when decoding. This can significantly reduce
performance and increase false positives.
| |
| FromXml |
Initialize the instance from the specified XML element.
| |
| Reset |
Reset decoder options to their default values.
| |
| ToXml |
Serializes the current instance as an XML element.
|