Product Ideas

As a customer, I would like to have “symbol sequence indicator” and “parity data” properties from the QR code specification in the BarcodeXpress engine API so I can identify all the QR symbols in a message that contains more than one symbol

As a customer, I would like to have “symbol sequence indicator” and “parity data” properties from the QR code specification in the BarcodeXpress engine API so I can identify all the QR symbols in a message that contains more than one symbol

  • Guest
  • Jun 19 2019
  • Attach files
  • Guest commented
    June 20, 2019 14:25

    These properties are necessary in the API for cases where multiple QR code symbols are combined into single messages on the client's side. An alternative proposition is to combine multiple QR symbols into one single QR code internally (in reader.Analyze() call) and add this combined QR code to the Result[] array.