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

CodeDetectionParameters Constructor

Namespace:Fil
Assembly:FilNet.Types.dll

Syntax

public CodeDetectionParameters
(
	Fil.CodeDecodeStrategy decodeStrategy_,
	Fil.CodeDetectionMethod detectionMethod_,
	bool allowRectangularCodes_,
	int contrastThreshold_,
	float minModuleSize_,
	float maxModuleSize_
)

Parameters

Name Type Range Default Description
decodeStrategy_Fil.CodeDecodeStrategy
detectionMethod_Fil.CodeDetectionMethod
allowRectangularCodes_bool
contrastThreshold_int
minModuleSize_float
maxModuleSize_float

See also