ReaderConfig Methods

CVB.Net Documentation

The ReaderConfig type exposes the following members.

Methods

  NameDescription
Public methodAdd(Symbology)
Add default configuration for a Symbology.
Public methodAdd(KeyValuePairSymbology, Base)
Adds a configuration to the dictionary.
Public methodAdd(Symbology, Base)
Set a new barcode configuration for a given symbology. Set configuration to null to delete it.
Public methodAddTConfig(TConfig)
Set a new barcode configuration. Effect is the same as if calling
Set(Symbology sym, Configuration.Base config)
with the corresponding symbology enumeration value.
Public methodClear
Removes all configurations.
Public methodConfigurationTConfig
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.
Public methodContains
Check if a given configuration is part of the dictionary.
Public methodContainsKey
Determines whether the dictionary contains a configuration for the given symbology.
Public methodCopyTo
Copy the current dictionary into an array.
Public methodDispose
IDisposable implementation.
Protected methodDispose(Boolean)
IDisposable helper function.
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Finalizer.
(Overrides ObjectFinalize.)
Public methodGetEnumerator
Get dictionary enumerator.
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodRemove(Symbology)
Remove the configuration for the given symbology.
Public methodRemove(KeyValuePairSymbology, Base)
Remove a configuration.
Public methodRemoveTConfig
Remove the configuration for symbology. Effect is the same as if calling
Remove(Symbology sym)
with the corresponding symbology enum.
Public methodSave
Write the reader configuration to a file.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodTryGetValue
Tries to get the configuration associated with the given symbology.
Top
Explicit Interface Implementations

  NameDescription
Explicit interface implementationPrivate methodIEnumerableGetEnumerator
Get dictionary enumerator.
Top
See Also

Reference