ResultAnalysisGetGradingInfo Method

CVB.Net Documentation
Extract the grading info from a reading result.

Namespace:  Stemmer.Cvb.Barcode
Assembly:  Stemmer.Cvb.Barcode (in Stemmer.Cvb.Barcode.dll) Version: 14.0.0.0
Syntax

public static GradeResultBase GetGradingInfo(
	this ReadResult res
)

Parameters

res
Type: Stemmer.Cvb.BarcodeReadResult
Result object to extract from.

Return Value

Type: GradeResultBase
Grading results. null if no grading result is available.

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type ReadResult. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also

Reference