Classes
| Class | Description | |
|---|---|---|
| BarcodeFoundEventArgs |
It provides data for the BarcodeFound event.
| |
| BarcodeReader |
It scans an image looking for barcode symbols. It can detect and decode most common barcode standards (a.k.a. symbologies) like Code 39, Code 128, GS1 128, EAN/UPC, etc.
| |
| BarcodeReaderException |
It represents errors that occur during the barcode reader scan process.
| |
| BarcodeReaderHints |
It provides some scanning and decoding hints to the Barcode Reader. It is useful for improving the barcode reader performance and accuracy.
| |
| BarcodeScanResult |
It represents the scan result of a barcode symbol which was founded by the barcode reader.
| |
| ScanRegion |
It represents a scan region of the target document or image.
|
Structures
| Structure | Description | |
|---|---|---|
| ScanRegionPercentage |
It represents a scan region using percentage values for both horizontal and vertical directions.
|
Delegates
| Delegate | Description | |
|---|---|---|
| BarcodeFoundEventHandler |
It represents the method that will handle the BarcodeFound event of a BarcodeReader object.
|
Enumerations
| Enumeration | Description | |
|---|---|---|
| BarcodeRotation |
It specifies a barcode rotation.
| |
| ScanDirection |
It specifies a scan direction.
| |
| Symbology |
It specifies the barcode symbologies supported by the reader.
|