Click or drag to resize
RecognitionContext Constructor
Create a new context for recognition

Namespace: Scandit.Recognition
Assembly: Scandit.Recognition (in Scandit.Recognition.dll) Version: 4.16.0.0 (4.16.0.0)
Syntax
public RecognitionContext(
	string licenseKey,
	string writableDataPath,
	iDeviceInfo device
)

Parameters

licenseKey
Type: SystemString
Your Scandit BarcodeScanner license key.
writableDataPath
Type: SystemString
A path to a local folder where the context may write its private data. Must be writable.
device
Type: Scandit.RecognitioniDeviceInfo
Object providing information about the device we're running on.
Remarks
For performance reasons it is recommended that only one context per application is used.
See Also