PDF .NET Library Documentation - PDF Technologies, Inc.
DataMatrix barcode class.

Namespace:  PDFTech.Barcodes.Barcode2D
Assembly:  PDFTechLib (in PDFTechLib.dll) Version: 1.0.0.0 (1.7.9.0)

Syntax

C#
public class DataMatrix : Semacode
Visual Basic (Declaration)
Public Class DataMatrix _
	Inherits Semacode
Visual C++
public ref class DataMatrix : public Semacode

Remarks

A Data Matrix code is a two-dimensional matrix barcode consisting of black and white square modules arranged in either a square or rectangular pattern. The information to be encoded can be text or raw data. Usual data size is from a few bytes up to 2 kilobytes. The length of the encoded data depends on the symbol dimension used. Error correction codes are added to increase symbol strength: even if they are partially damaged, they can still be read. A Data Matrix symbol can store up to 2,335 alphanumeric characters.

Inheritance Hierarchy

See Also