ReaderConfigSave Method

CVB.Net Documentation
Write the reader configuration to a file.

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

public void Save(
	string fileName
)

Parameters

fileName
Type: SystemString

Return Value

Type: 
Exceptions

ExceptionCondition
ObjectDisposedExceptionIf the reader has already been disposed
ArgumentNullExceptionwhen fileName is null
See Also

Reference