Click or drag to resize

BarCodeReader Class

A barcode reader. To read barcodes from an image, create an instance of this class, associate it with the image, and invoke its ReadBars method.
Inheritance Hierarchy

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 sealed class BarCodeReader : BarCodeReaderBase, 
	IDisposable

The BarCodeReader type exposes the following members.

Constructors
  NameDescription
Public methodBarCodeReader
Initializes a new instance of the BarCodeReader class
Public methodBarCodeReader(AtalaImage)
Creates a BarCodeReader for a specified AtalaImage image.
Public methodBarCodeReader(BarImageable)
Creates a BarCodeReader for an image represented by the specified image data provider.
Public methodBarCodeReader(AtalaImage, ImageCommand)
Construct a new BarCodeReader with the supplied image and apply the thresholdCommand to the image.
Public methodBarCodeReader(AtalaImage, Boolean)
Create a BarCodeReader for a specified AtalaImage image and conditionally threshold the image.
Top
Properties
  NameDescription
Public propertyAutoDetect1D Obsolete.
AutoDetect1D
Public propertySupportedSymbologies
Returns all the licensed and supported symbologies for the BarCodeReader.
(Inherited from BarCodeReaderBase.)
Top
Methods
  NameDescription
Public methodDispose
Releases all resources used by the BarCodeReader
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIsSymbologySupported
Indicates is a symbology is supported by a BarCodeReader.
(Inherited from BarCodeReaderBase.)
Public methodReadBars
Read barcodes in the image.
(Inherited from BarCodeReaderBase.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Events
  NameDescription
Public eventReadBarCode
This event is fired after a barcode is found
(Inherited from BarCodeReaderBase.)
Top
See Also