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,
	FilNet.DataMatrixPerspectiveLevel allowPerspective,
	bool allowOversizedModules,
	bool allowRotation,
	FilNet.DataMatrixDistortionLevel? allowDistortion,
	bool allowBrokenTiming,
	bool allowBrokenFinder,
	bool allowBrokenCorner,
	bool allowMirrored
)

Parameters

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

See also