Click or drag to resize

DecoderOptions Methods

The DecoderOptions type exposes the following members.

Methods
  NameDescription
Public methodAddBarcodeTypes
Add the specified barcode types to the list of types considered when decoding.
Public methodAddBarcodeTypes2D
Add 2D barcode types to the list of types considered when decoding.
Public methodAddBarcodeTypesIndustrial
Add industrial 1D barcode types to the list of types considered when decoding.
Public methodAddBarcodeTypesOther
Add mixed-use and other 1D barcode types to the list of types considered when decoding.
Public methodAddBarcodeTypesProduct
Add product related 1D barcode types to the list of types considered when decoding.
Public methodClearBarcodeTypes
Clear all possible barcode types. All barcode types will be considered when decoding. This can significantly reduce performance and increase false positives.
Public methodFromXml
Initialize the instance from the specified XML element.
Public methodReset
Reset decoder options to their default values.
Public methodToXml
Serializes the current instance as an XML element.
Top
See Also