You are here: Start » AVL.NET » BarcodeDecodingParams Constructor

BarcodeDecodingParams Constructor

Namespace:Avl
Assembly:AvlNet.Types.dll

Syntax

public BarcodeDecodingParams
(
	int readingScanCount_,
	int scanWidth_,
	float minEdgeStrength_,
	Avl.BarcodeReadingStrategy readingStrategy_
)

Parameters

Name Type Range Default Description
readingScanCount_int
scanWidth_int
minEdgeStrength_float
readingStrategy_Avl.BarcodeReadingStrategy

See also