DataCodeDotSize

Description

Specifies the size of a dot for dot-printed codes.

Values of this enumeration:

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

namespace DataCodeDotSize
{
	enum Type
	{
		Full,
		Large,
		Medium,
		Small
	};
}