The BarcodeReader type exposes the following members.

Constructors

  NameDescription
Public methodBarcodeReader()()()()
Initializes a new instance of the BarcodeReader class
Public methodBarcodeReader(String, String)
Initializes a new instance of the BarcodeReader class with the specified license data.

Methods

  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodScan(array<Byte>[]()[][])
It starts the scan process which will look for the specified barcode symbologies on the specified array of bytes object.
Public methodScan(Bitmap)
It starts the scan process which will look for the specified barcode symbologies on the specified System.Drawing.Bitmap object.
Public methodScan(Stream)
It starts the scan process which will look for the specified barcode symbologies on the specified System.IO.Stream object.
Public methodScan(String)
It starts the scan process which will look for the specified barcode symbologies on the specified file.
Public methodScan(array<Byte>[]()[][], ScanRegion)
It starts the scan process which will look for the specified barcode symbologies on the specified array of bytes object and region of interest.
Public methodScan(Bitmap, ScanRegion)
It starts the scan process which will look for the specified barcode symbologies on the specified System.Drawing.Bitmap object and region of interest.
Public methodScan(Stream, ScanRegion)
It starts the scan process which will look for the specified barcode symbologies on the specified System.IO.Stream object and region of interest.
Public methodScan(String, ScanRegion)
It starts the scan process which will look for the specified barcode symbologies on the specified file and region of interest.
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)

Properties

  NameDescription
Public propertyHints
Gets or sets some hints to help the barcode reader accuracy and performance.
Public propertySymbology
Gets or sets the barcode symbologies to be detected and decoded.

Events

  NameDescription
Public eventBarcodeFound
Occurs when the reader detects and sucessfully decodes a barcode symbol.

See Also