DecodeType.Is2D

DecodeType.Is2D method

Determines if the specified BaseDecodeType contains any 2D barcode symbology

public static bool Is2D(BaseDecodeType symbology)
ParameterTypeDescription
symbologyBaseDecodeTypeThe BaseDecodeType to test.

Return Value

Returns true if BaseDecodeType contains any 2D barcode symbology; otherwise, returns false.

See Also