ReaderConfigRemove Method (Symbology)

CVB.Net Documentation
Remove the configuration for the given symbology.

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

public bool Remove(
	Symbology sym
)

Parameters

sym
Type: Stemmer.Cvb.BarcodeSymbology
Symbology to remove from the current set of configurations.

Return Value

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

Implements

IDictionaryTKey, TValueRemove(TKey)
See Also

Reference