ReaderConfigRemoveTConfig Method

CVB.Net Documentation
Remove the configuration for symbology. Effect is the same as if calling
Remove(Symbology sym)
with the corresponding symbology enum.

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

public bool Remove<TConfig>()
where TConfig : Base

Type Parameters

TConfig
configuration type to remove

Return Value

Type: Boolean
true if the symbology was previously set and is now removed; false if the symbology wasn't configured previously.
See Also

Reference