Link Search Menu Expand Document

ReaderLoadProfiles Method

Loads profiles from file. 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 LoadProfiles(
	string fileName
)

Parameters

fileName
Type: SystemString
JSON file containing profiles.

Implements

IReaderLoadProfiles(String)
See Also

Reference