BarcodeIs2DSymblogy Method ByteScout Barcode SDK
Determines whether the symbology is of 2D type.

Namespace:  Bytescout.BarCode
Assembly:  Bytescout.BarCode (in Bytescout.BarCode.dll) Version: 7.6.3.1256-master
Syntax

public static bool Is2DSymblogy(
	SymbologyType symbology
)

Parameters

symbology
Type: Bytescout.BarCodeSymbologyType
Barcode type to check whether it's of 2D type.

Return Value

Type: Boolean
True if the specified symbology is of 2D type.
See Also

Reference