Click or drag to resize

IDecoderOptions Methods

The IDecoderOptions type exposes the following members.

Methods
  NameDescription
Public methodAddBarcodeTypes
Add the specified 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 methodGetPageNumbers
Gets the list of page numbers that should be decoded. Parses the Pages string to generate a list of zero-based page numbers.
Public methodReset
Reset decoder options to their default values.
Top
See Also