Unplanned
Last Updated: 30 Mar 2021 11:53 by ADMIN
Created by: Mi
Comments: 3
Category: Barcode (Obsolete)
Type: Feature Request
0

You currently support only six rectangular Datamaxtrix formats. DMRE are the same as normal Datamatrix barcodes, DMRE just describes some more rectangular formats. DMRE enables printing barcodes for smaller devices, like medical devices. Because of EU2017/745 regulations all medical devices have to have a unique device idenitifer (UDI).

Further Information:
https://e-d-c.info/projekte/dmre.html

 

Unplanned
Last Updated: 18 Oct 2018 10:27 by ADMIN
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;