Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagexml
<scanEngineProperties>
    <scanEngineProperty key="DEC_QR_ENABLED" value="true" />
</scanEngineProperties>

Hint: this could also be: .... key="QrCodeEnabled" value="true" ...

To find the parameter to change the wedge settings can be used to see the different parameters and options:

...

Code Block
languagexml
<scanEngineProperties>
  <scanEngineProperty key="DEC_EAN13_CHECK_DIGIT_TRANSMITEan13CheckDigitTransmitEnabled" value="true" />  
</scanEngineProperties> 

 

Use this table to find the key for a parameter:

From our codehere the code will translate the Ean13CheckDigitTransmitEnabled to DEC_EAN13_CHECK_DIGIT_TRANSMIT.


These are the setting keys:

BarcodeReader.SettingKeys:

...