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: 5.19.3.10 (5.19.3.10)
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
Version Information

Supported in: 1.0
See Also