You are here: Start » AVL.NET » DataMatrixCodeParams Constructor

DataMatrixCodeParams Constructor

Namespace:AvlNet
Assembly:AVL.NET.TS.dll

Syntax

public DataMatrixCodeParams
(
	AvlNet.Polarity polarity,
	int minRowCount,
	int maxRowCount,
	int minColumnCount,
	int maxColumnCount,
	float minModuleSize,
	float maxModuleSize,
	AvlNet.DataMatrixGapSize expectedGapSize,
	float? maxRectangleRatio,
	float maxSlant,
	bool allowPerspective,
	bool allowOversizedModules,
	bool allowRotation,
	AvlNet.DataMatrixDistortionLevel allowDistortion,
	bool allowBrokenTiming
)

Parameters

Name Type Range Default Description
polarityAvlNet.Polarity
minRowCountint
maxRowCountint
minColumnCountint
maxColumnCountint
minModuleSizefloat
maxModuleSizefloat
expectedGapSizeAvlNet.DataMatrixGapSize
maxRectangleRatiofloat?
maxSlantfloat
allowPerspectivebool
allowOversizedModulesbool
allowRotationbool
allowDistortionAvlNet.DataMatrixDistortionLevel
allowBrokenTimingbool

See also