DecodeType.Is1D

DecodeType.Is1D method

Determines if the specified BaseDecodeType contains any 1D barcode symbology

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

Return Value

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

See Also