Click or drag to resize

BarcodeScan Scan Method

Overload List
Name Description
Public method Scan(Bitmap)
Scan barcode from bitmap.
Public method Scan(Stream)
Scan barcode from image stream.
Public method Scan(String)
Scan barcode from image file.
Public method Scan(Bitmap, BarCodeType)
Scan barcode from image.
Public method Scan(Stream, Boolean)
Scan barcode from image stream.
Public method Scan(String, BarCodeType)
Scans barcode from image file.
Public method Scan(String, Boolean)
Scan barcode from image file.
Public method Scan(Bitmap, Rectangle, BarCodeType)
Scans barcode from bitmap.
Public method Scan(Stream, BarCodeType, Boolean)
Scan barcode from image stream.
Public method Scan(String, BarCodeType, Boolean)
Scan barcode from image file.
Public method Scan(Bitmap, Rectangle, BarCodeType, Boolean)
Scans barcode from bitmap.
Top
See Also