The BarcodeReader type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | BarcodeReader()()()() |
Initializes a new instance of the BarcodeReader class
|
![]() | BarcodeReader(String, String) |
Initializes a new instance of the BarcodeReader class with the specified license data.
|
Methods
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) |
![]() | GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) |
![]() | GetType |
Gets the Type of the current instance.
(Inherited from Object.) |
![]() | MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) |
![]() | Scan(array<Byte>[]()[][]) |
It starts the scan process which will look for the specified barcode symbologies on the specified array of bytes object.
|
![]() | Scan(Bitmap) |
It starts the scan process which will look for the specified barcode symbologies on the specified System.Drawing.Bitmap object.
|
![]() | Scan(Stream) |
It starts the scan process which will look for the specified barcode symbologies on the specified System.IO.Stream object.
|
![]() | Scan(String) |
It starts the scan process which will look for the specified barcode symbologies on the specified file.
|
![]() | Scan(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.
|
![]() | Scan(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.
|
![]() | Scan(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.
|
![]() | Scan(String, ScanRegion) |
It starts the scan process which will look for the specified barcode symbologies on the specified file and region of interest.
|
![]() | ToString | (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
![]() | Hints |
Gets or sets some hints to help the barcode reader accuracy and performance.
|
![]() | Symbology |
Gets or sets the barcode symbologies to be detected and decoded.
|
Events
Name | Description | |
---|---|---|
![]() | BarcodeFound |
Occurs when the reader detects and sucessfully decodes a barcode symbol.
|