BarCodeReaderBaseReadBars Method |
Read barcodes in the image.
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)
Syntaxpublic BarCode[] ReadBars(
ReadOpts readOpts
)
Public Function ReadBars (
readOpts As ReadOpts
) As BarCode()
Parameters
- readOpts
- Type: Atalasoft.Barcoding.ReadingReadOpts
Specifying the options to use in reading the image.
Return Value
Type:
BarCode An array of
BarCode instances. Each element represents a barcode read from the image. The
size of the collection is zero if no barcodes are read.
See Also