Overload List

  NameDescription
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.

See Also