ReaderConfigItem Property

CVB.Net Documentation
Access the currently configured symbologies.

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

public Base this[
	Symbology sym
] { get; set; }

Parameters

sym
Type: Stemmer.Cvb.BarcodeSymbology
symbology to access

Return Value

Type: Base
current configuration for the given symbology

Implements

IDictionaryTKey, TValueItemTKey
Exceptions

ExceptionCondition
KeyNotFoundExceptionif no configuration for the queried symbology has been defined
See Also

Reference