Link Search Menu Expand Document

IReaderLoadAndApplyProfiles Method

Loads profiles from JSON string and automatically applies them. 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
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