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

DataMatrixCodeParams Constructor

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

Syntax

public DataMatrixCodeParams
(
	FilNet.Polarity 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
)

Parameters

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

See also