BarcodeManagerSetDefaults Method |
Namespace: Com.Datalogic.Decode
Exception | Condition |
---|---|
DecodeException | - in case of error, when exceptions are enabled through the ErrorManager singleton. |
Set factory defaults for all barcode symbology types.
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 setAllDefaults(BarcodeManager decoder) {
  decoder.setDefaults();
}