If we print the code 128 barcode as same as using this method printer.Code128("123456789");
It will print wrong barcode. It will print something like this "495051525354555657" after scanning the printed barcode
Is there anyway to decode this or how can we correct his for Code128 barcodes?
If we print the code 128 barcode as same as using this method printer.Code128("123456789");
It will print wrong barcode. It will print something like this "495051525354555657" after scanning the printed barcode
Is there anyway to decode this or how can we correct his for Code128 barcodes?