Click or drag to resize

BarCodeReaderBaseLLReadBars Method

(virtual) low-level barcode reading function

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
protected abstract BarCode[] LLReadBars(
	ReadOpts readOpts
)

Parameters

readOpts
Type: Atalasoft.Barcoding.ReadingReadOpts
recognition options

Return Value

Type: BarCode
array of recognized symbols
See Also