Classes

  ClassDescription
Public classBarcodeFoundEventArgs
It provides data for the BarcodeFound event.
Public classBarcodeReader
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.
Public classBarcodeReaderException
It represents errors that occur during the barcode reader scan process.
Public classBarcodeReaderHints
It provides some scanning and decoding hints to the Barcode Reader. It is useful for improving the barcode reader performance and accuracy.
Public classBarcodeScanResult
It represents the scan result of a barcode symbol which was founded by the barcode reader.
Public classScanRegion
It represents a scan region of the target document or image.

Structures

  StructureDescription
Public structureScanRegionPercentage
It represents a scan region using percentage values for both horizontal and vertical directions.

Delegates

  DelegateDescription
Public delegateBarcodeFoundEventHandler
It represents the method that will handle the BarcodeFound event of a BarcodeReader object.

Enumerations

  EnumerationDescription
Public enumerationBarcodeRotation
It specifies a barcode rotation.
Public enumerationScanDirection
It specifies a scan direction.
Public enumerationSymbology
It specifies the barcode symbologies supported by the reader.