Click or drag to resize

BarcodeDecoder Constructor (DecoderOptions)

Initializes a new instance of the BarcodeDecoder class.

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

Parameters

options
Type: Opait.BarcodeDecoderOptions
Options used to decode barcodes.
See Also