ReaderConfigAddTConfig Method (TConfig)

CVB.Net Documentation
Set a new barcode configuration. Effect is the same as if calling
Set(Symbology sym, Configuration.Base config)
with the corresponding symbology enumeration value.

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

public void Add<TConfig>(
	TConfig config
)
where TConfig : Base

Parameters

config
Type: TConfig
configuration

Type Parameters

TConfig
type of configuration to set
See Also

Reference