BarCodeReader Class |
Namespace: Atalasoft.Barcoding.Reading
The BarCodeReader type exposes the following members.
| Name | Description | |
|---|---|---|
| BarCodeReader | Initializes a new instance of the BarCodeReader class | |
| BarCodeReader(AtalaImage) | Creates a BarCodeReader for a specified AtalaImage image.
| |
| BarCodeReader(BarImageable) | Creates a BarCodeReader for an image represented by the specified image data provider.
| |
| BarCodeReader(AtalaImage, ImageCommand) | Construct a new BarCodeReader with the supplied image and apply the thresholdCommand to the image. | |
| BarCodeReader(AtalaImage, Boolean) | Create a BarCodeReader for a specified AtalaImage image
and conditionally threshold the image. |
| Name | Description | |
|---|---|---|
| AutoDetect1D | Obsolete.
AutoDetect1D
| |
| SupportedSymbologies | Returns all the licensed and supported symbologies for the BarCodeReader. (Inherited from BarCodeReaderBase.) |
| Name | Description | |
|---|---|---|
| Dispose | Releases all resources used by the BarCodeReader | |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| IsSymbologySupported | Indicates is a symbology is supported by a BarCodeReader. (Inherited from BarCodeReaderBase.) | |
| ReadBars | Read barcodes in the image. (Inherited from BarCodeReaderBase.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |
| Name | Description | |
|---|---|---|
| ReadBarCode | This event is fired after a barcode is found (Inherited from BarCodeReaderBase.) |