CodeDetectionMethod

Description

Detection method.

namespace CodeDetectionMethod
{
	enum Type
	{
		Uniform,
		QuietZone,
		FinderPattern
	};
}