Click or drag to resize

BarcodeDecoder Class

Class detects and decodes barcodes embedded in a bitmap.
Inheritance Hierarchy
SystemObject
  Opait.BarcodeBarcodeDecoder

Namespace:  Opait.Barcode
Assembly:  Opait.Barcode (in Opait.Barcode.dll) Version: 1.2.0.0
Syntax
C#
public class BarcodeDecoder

The BarcodeDecoder type exposes the following members.

Constructors
  NameDescription
Public methodBarcodeDecoder
Initializes a new instance of the BarcodeDecoder class.
Public methodBarcodeDecoder(DecoderOptions)
Initializes a new instance of the BarcodeDecoder class.
Top
Methods
  NameDescription
Public methodDecode
Decode a single barcode within the specified bitmap.
Public methodDecodeMultiple
Decode multiple barcodes within an image.
Public methodSetPossibleTypes
Sets the list of possible barcode types to detect. If not set or set to null, then all supported types will be searched.
Top
Fields
  NameDescription
Public fieldOptions
The current decoder options.
Top
See Also