Link Search Menu Expand Document

IBarcodeLoadAndApplyProfiles Method

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
void LoadAndApplyProfiles(
	string jsonString
)

Parameters

jsonString
Type: SystemString
JSON string containing profiles.
Remarks
Note, all existing profiles are discarded before loading profiles from the provided string.
See Also

Reference