BarcodeWebImageLoadAndApplyProfiles Method ByteScout Barcode SDK
Loads profiles from JSON string and automatically applies them. Note that profiles containing detection keywords will be deferred until the extraction.

Namespace:  Bytescout.BarCode
Assembly:  Bytescout.BarCode (in Bytescout.BarCode.dll) Version: 7.6.3.1256-master
Syntax

public void LoadAndApplyProfiles(
	string jsonString
)

Parameters

jsonString
Type: SystemString
JSON string containing profiles.

Implements

IBarcodeLoadAndApplyProfiles(String)
Remarks

Note, all existing profiles are discarded before loading profiles from the provided string.
See Also

Reference