BarcodeManagerIsSymbologyEnabled 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. |
Returns current enable setting for a particular barcode symbology.
Example:
public boolean isCode39Enabled(BarcodeManager decoder) {
  return decoder.isSymbologyEnabled(Symbology.CODE39);
}