You are here: Start » DatacodeParams Constructor

DatacodeParams Constructor

Namespace:Fil
Assembly:FilNet.Types.dll

Syntax

public DatacodeParams
(
	int minRowCount_,
	int maxRowCount_,
	int minColumnCount_,
	int maxColumnCount_,
	float minModuleSize_,
	float maxModuleSize_,
	float maxSlant_,
	Fil.DatacodePerspectiveLevel allowPerspective_,
	bool allowOversizedModules_,
	bool allowRotation_,
	bool allowBrokenTiming_,
	bool allowBrokenFinder_,
	bool allowBrokenCorner_,
	bool allowMirrored_
)

Parameters

Name Type Range Default Description
minRowCount_int
maxRowCount_int
minColumnCount_int
maxColumnCount_int
minModuleSize_float
maxModuleSize_float
maxSlant_float
allowPerspective_Fil.DatacodePerspectiveLevel
allowOversizedModules_bool
allowRotation_bool
allowBrokenTiming_bool
allowBrokenFinder_bool
allowBrokenCorner_bool
allowMirrored_bool

See also