Click or drag to resize

BarCodeReaderBaseIsSymbologySupported Method

Indicates is a symbology is supported by a BarCodeReader.

Namespace:  Atalasoft.Barcoding.Reading
Assembly:  Atalasoft.dotImage.Barcoding.Reading (in Atalasoft.dotImage.Barcoding.Reading.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public bool IsSymbologySupported(
	Symbologies sym
)

Parameters

sym
Type: Atalasoft.Barcoding.ReadingSymbologies
The symbology or symbologies to check support for.

Return Value

Type: Boolean
True if the symbology is supported, false otherwise.
Remarks

IsSymbologySupported will only report what the barcode reader is licensed to support. If the license is only for 1D, it will return true only for 1D barcodes.

IsSymbologySupported will check for multiple symbologies at once, returning true only if all requested symbologies are supported.

If a symbology is not supported, ReadBars(ReadOpts) will ignore it.

See Also