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

DataMatrixCodeParams Constructor

Namespace:FilNet
Assembly:FIL.NET.TS.dll

Syntax

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

Parameters

Name Type Range Default Description
polarityFilNet.CodePolarity?
minRowCountint
maxRowCountint
minColumnCountint
maxColumnCountint
minModuleSizefloat
maxModuleSizefloat
expectedGapSizeFilNet.DataMatrixGapSize?
maxRectangleRatiofloat?
maxSlantfloat
allowPerspectivebool
allowOversizedModulesbool
allowRotationbool
allowDistortionFilNet.DataMatrixDistortionLevel?
allowBrokenTimingbool
allowBrokenFinderbool
allowMirroredbool

See also