BarcodeManagerEnableAllSymbologies Method |
Namespace: Com.Datalogic.Decode
Exception | Condition |
---|---|
DecodeException | - in case of error, when exceptions are enabled through the ErrorManager singleton. |
ConfigException | - in case of error, when exceptions are enabled through the ErrorManager singleton. |
Enables or disables all supported symbologies.
Note:
when the decoding configuration changes due a call to this
method, it is not saved in a persistent way across system
reboot.
Example:
public int enableAll() {
  decoder.enableAllSymbologies(true);
}