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: 4.16.0.0 (4.16.0.0)
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.
See Also