Unplanned
Last Updated: 18 Oct 2018 10:27 by ADMIN
ADMIN
Hristo
Created on: 18 Oct 2018 10:21
Category: Barcode (Obsolete)
Type: Bug Report
1
FIX. RadBarcode - the Checksum property of the EAN128 property should be set to true
The barcode cannot be read with the property set to false.

Workraound:
Telerik.WinControls.UI.Barcode.Symbology.EAN128 code39Extended1 = new Telerik.WinControls.UI.Barcode.Symbology.EAN128();
code39Extended1.Checksum = true;
0 comments