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

DatacodeBarcodeParams Constructor

Namespace:Avl
Assembly:AvlNet.Types.dll

Syntax

public DatacodeBarcodeParams
(
	Optional<Avl.BarcodeFormat> barcodeFormat_,
	int minLength_,
	Optional<int> maxLength_,
	bool allowHighBlur_,
	bool allowDamage_,
	bool allowNoQuietZone_,
	float minScore_
)

Parameters

Name Type Range Default Description
barcodeFormat_Atl.Optional<Avl.BarcodeFormat>
minLength_int
maxLength_Atl.Optional<int>
allowHighBlur_bool
allowDamage_bool
allowNoQuietZone_bool
minScore_float

See also