SymbologyAnalysisIsGradable1DCode Method

CVB.Net Documentation
Determine whether a 1D symbology may be subject to grading (grading is not supported for all codes).

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

public static bool IsGradable1DCode(
	this Symbology sym
)

Parameters

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

Return Value

Type: Boolean
true if sym refers to a 1D code for which the tool is capable of gathering 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 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