You are here: Start » DataMatrixCodeParams Constructor

DataMatrixCodeParams Constructor

Namespace:AvlNet
Assembly:Avl.Net.TS.dll

Syntax

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

Parameters

Name Type Range Default Description
polarityAvlNet.CodePolarity?
minRowCountint
maxRowCountint
minColumnCountint
maxColumnCountint
minModuleSizefloat
maxModuleSizefloat
expectedGapSizeAvlNet.DataMatrixGapSize?
maxRectangleRatiofloat?
maxSlantfloat
allowPerspectiveAvlNet.DataMatrixPerspectiveLevel
allowOversizedModulesbool
allowRotationbool
allowDistortionAvlNet.DataMatrixDistortionLevel?
allowBrokenTimingbool
allowBrokenFinderbool
allowBrokenCornerbool
allowMirroredbool

See also