BarcodeManagerEnableSymbology 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 a barcode symbology type.
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 enableCode39(BarcodeManager decoder) {
  decoder.enableSymbology(Symbology.CODE39, true);
}