SymbologyAnalysisIsGrading Method

CVB.Net Documentation
Determine if a symbology is a grading mode.

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

public static bool IsGrading(
	this Symbology sym
)

Parameters

sym
Type: Stemmer.Cvb.BarcodeSymbology
Symbology to be classified.

Return Value

Type: Boolean
true if sym refers to a 2D code type for which grading is supported, false otherwise.

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type Symbology. 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