ReaderConfigConfigurationTConfig Method

CVB.Net Documentation
Access one of the current configurations of the barcode reader. Trying to access a configuration that is not available will result in a return value of null.

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

public TConfig Configuration<TConfig>()
where TConfig : Base

Type Parameters

TConfig
Configuration type to access

Return Value

Type: TConfig
currently set configuration or null
See Also

Reference