DataMatrixType

Description

Determines datamatrix code type.

namespace DataMatrixType
{
	enum Type
	{
		ECC_200,
		ECC_000,
		ECC_050,
		ECC_080,
		ECC_100,
		ECC_140
	};
}