Click or drag to resize

RecognitionContext Constructor (String, 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,
	string externalId
)

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.
externalId
Type: SystemString
Customer defined id that is verified in the license key. Optional feature for resellers of the SDK.
Version Information

Supported in: 1.0
See Also