ReaderConfigAdd Method (Symbology, Base)

CVB.Net Documentation
Set a new barcode configuration for a given symbology. Set configuration to null to delete it.

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

public void Add(
	Symbology sym,
	Base config
)

Parameters

sym
Type: Stemmer.Cvb.BarcodeSymbology
Symbology to set the configuration for.
config
Type: Stemmer.Cvb.Barcode.ConfigurationBase
Configuration to set.

Implements

IDictionaryTKey, TValueAdd(TKey, TValue)
Exceptions

ExceptionCondition
InvalidOperationExceptionwhen trying to set a configuration for the symbology "None" or when trying to set a configuration that does not match the selected symbology
See Also

Reference