Click or drag to resize

BarcodeScanner Constructor

Instantiate a new barcode scanner and associate it with an existing recognition context.

Namespace:  Scandit.Recognition
Assembly:  Scandit.Recognition (in Scandit.Recognition.dll) Version: 5.19.3.10 (5.19.3.10)
Syntax
public BarcodeScanner(
	RecognitionContext context,
	BarcodeScannerSettings settings
)

Parameters

context
Type: Scandit.RecognitionRecognitionContext
The recognition context to use for the barcode scanner.
settings
Type: Scandit.RecognitionBarcodeScannerSettings
The barcode scanner settings to be used for the scanner.
Version Information

Supported in: 1.0
See Also