Click or drag to resize
BarcodeScannerSettingsFromJson Method
Create a barcode scanner settings object from a serialized JSON representation.

Namespace: Scandit.Recognition
Assembly: Scandit.Recognition (in Scandit.Recognition.dll) Version: 4.16.0.0 (4.16.0.0)
Syntax
public static BarcodeScannerSettings FromJson(
	string jsonData
)

Parameters

jsonData
Type: SystemString
The json data string. In case the json string is invalid, or does not follow the expected format, an ArgumentException is raised.

Return Value

Type: BarcodeScannerSettings
See Also