Link Search Menu Expand Document

ReaderLoadProfilesFromString Method

Loads profiles from JSON string. IMPORTANT: you will need to select profile using .Profiles to apply it. You can switch between profiles using .Profiles property to set profile name. If you use simplified profiles format then default profile name is `profile1` To apply mulitple profiles please use comma separated list, e.g.: `profile1, profile2`. Or `profile1` for one single profile.

Namespace:Bytescout.BarCodeReader
Assembly: Bytescout.BarCodeReader (in Bytescout.BarCodeReader.dll) Version: 12.0.1.2142-master
Syntax
public void LoadProfilesFromString(
	string jsonString
)

Parameters

jsonString
Type: SystemString
JSON string containing profiles.

Implements

IReaderLoadProfilesFromString(String)
See Also

Reference