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

BarcodeGrades Constructor

Namespace:AvlNet
Assembly:AVL.NET.TS.dll

Syntax

public BarcodeGrades
(
	float? overallGrade,
	float? decode,
	NullableRef<string> decodedText,
	float? rmax,
	float rmin,
	float? globalThreshold,
	float symbolContrast,
	float? minEdgeContrast,
	float? modulation,
	float? defects,
	float? decodability
)

Parameters

Name Type Range Default Description
overallGradefloat?
decodefloat?
decodedTextAvlNet.NullableRef<string>
rmaxfloat?
rminfloat
globalThresholdfloat?
symbolContrastfloat
minEdgeContrastfloat?
modulationfloat?
defectsfloat?
decodabilityfloat?

See also