support

Data Matrix


Either set Symbology property in codebehind .cs file

BCSBarcodeCtrl1.Symbology = 20;

Or add a tag directly

< img src="barcodesoft.ashx?s=datamatrix

Data Matrix is a two-dimensional matrix bar code symbology.
Its symbol is made up of square modules either black or white.
Usually Data Matrix symbols are black printed on white background, users can also print them as white upon black background.

DataMatrix is a well-designed symbology that is able to encode both 128 ASCII characters (ANSI X3.4) and values 128 to 255 characters, known as extended ASCII (ISO 8859-1).

It is able to encode up to 1000 alpha-numeric characters.

Reed Solomon algorithm is employed for error checking and corecting.

See Also