Click or drag to resize

RecognitionContext Constructor (String, String)

Create a new context for recognition

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

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.
Remarks
For performance reasons it is recommended that only one context per application is used.
Version Information

Supported in: 1.0
See Also