Overload List
| Name | Description | |
|---|---|---|
| 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.
|