SymbologyAnalysisIs2DCode Method

CVB.Net Documentation
Determine if a symbology refers to a 2D code

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

public static bool Is2DCode(
	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, 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