Click or drag to resize

IDecoder Interface

Interface for decoding a barcode.

Namespace:  Opait.Barcoder.Api
Assembly:  Opait.Barcoder (in Opait.Barcoder.dll) Version: 1.3.4.0
Syntax
C#
public interface IDecoder

The IDecoder type exposes the following members.

Properties
  NameDescription
Public propertyOptions
Gets the current decoder options.
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
See Also