Link Search Menu Expand Document

IReaderLoadProfilesFromFileAndApply Method

Loads profiles from file and applies immediately. 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 LoadProfilesFromFileAndApply(
	string fileName
)

Parameters

fileName
Type: SystemString
JSON file containing profiles.
See Also

Reference