Hi,
Is there a way to check whether the recognized barcode is correct?? I am using Code128 symbology, there is something like “check digit” but how can i use it in Aspose BarcodeReader??
Thanks in advance.
Best regards,
Artur Kluz
Hi Artur,
Thanks for considering Aspose.
Checksum digit for Code128 barcode is not necessary, because they are self-checking and Aspose.BarCode adds the checksum digit internally while generating the barcode.
Currently, the BarCodeReader class returns only the codetext. But, we will consider about adding codetext verfication features in future.