ResultAnalysisHasGradingInfo Method

CVB.Net Documentation
Checks if a read result contains grading information.

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

public static bool HasGradingInfo(
	this ReadResult res
)

Parameters

res
Type: Stemmer.Cvb.BarcodeReadResult
Result to analyze.

Return Value

Type: Boolean
true if the result referred to by res contains grading information, false otherwise.

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