DataMatrixDistortionLevel

Description

Distortion of the code grid

namespace DataMatrixDistortionLevel
{
	enum Type
	{
		Low,
		Medium,
		High
	};
}