DataMatrixGapSize

Description

Specifies the distance between neighboring modules.

Values of this enumeration:

  • Zero - There are no gaps between modules.
  • Small - Gaps can be up to 25% of the module size.
  • Medium - Gaps can be up to 50% of the module size.
  • Large - Gaps can be up to 75% of the module size.

namespace DataMatrixGapSize
{
	enum Type
	{
		Zero,
		Small,
		Medium,
		Large
	};
}