Atalasoft.Barcoding.Reading Namespace |
Class | Description | |
---|---|---|
![]() | AztecOptions |
Extra options that apply specifically to the Aztec symbology.
|
![]() | BarCode | Describes a barcode symbol found within an image. |
![]() | BarCodeEventArgs | Provides data for the ReadBarCode event
in the BarCodeReader class. |
![]() | BarCodeReader | 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.
|
![]() | BarCodeReaderBase | An abstract base class for barcode reading that implements many of the core features. |
![]() | BarcodeReaderLicense | This class is used for licensing purposes, or for inspecting the current Edition. |
![]() | CodabarOptions |
Extra options that apply specifically to the Codabar symbology.
|
![]() | Pdf417Options |
Extra options that apply specifically to the PDF417 symbology.
|
![]() | QRCodeOptions |
Extra options that apply specifically to the QRCode symbology.
|
![]() | ReadOpts | Encapsulates the options for reading barcodes from images. |
![]() | StructuredAppend | Structured Append barcode data |
Interface | Description | |
---|---|---|
![]() | BarImageable | Specification for an image data provider. |
Delegate | Description | |
---|---|---|
![]() | BarCodeEventHandler | Event handler for events that require a BarCode object. |
Enumeration | Description | |
---|---|---|
![]() | AztecParsingQuality |
Represents the quality of Aztec barcode detection, validation and decoding.
|
![]() | BarcodeReaderEdition | Defined the type of BarcodeReader license. |
![]() | Code39Options | This enumeration represents a set of flags that will affect how Code39 barcodes are read. If you need to
read other symbologies in addition to Code39, you should always use the None setting. |
![]() | Directions | Read direction identifiers. Flagged. |
![]() | ReadingQuality | ReadingQuality balances speed and accuracy of the BarCodeReader object. |
![]() | Symbologies | Barcode symbology identifiers. Flagged. |