ReaderConfig Constructor (String)

CVB.Net Documentation
Load a reader configuration from disk.

Namespace:  Stemmer.Cvb.Barcode
Assembly:  Stemmer.Cvb.Barcode (in Stemmer.Cvb.Barcode.dll) Version: 14.0.0.0
Syntax

public ReaderConfig(
	string fileName
)

Parameters

fileName
Type: SystemString
File to load the configuration from.
Exceptions

ExceptionCondition
FileNotFoundExceptionIf the classifier file does not exist
FileLoadExceptionIf loading an existing classifier file failed
ArgumentNullExceptionIf fileName is null
See Also

Reference