Click or drag to resize

BarcodeScan Methods

The BarcodeScan type exposes the following members.

Methods
Name Description
Public method Equals
Determines whether the specified object is equal to the current object.
(Inherited from Object .)
Public method GetHashCode
Serves as the default hash function.
(Inherited from Object .)
Public method GetType
Gets the Type of the current instance.
(Inherited from Object .)
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.
Public method ScanOne(Bitmap)
Scan barcode from bitmap.
Public method ScanOne(Stream)
Scan barcode from image stream.
Public method ScanOne(String)
Scan barcode from image file.
Public method ScanOne(Stream, Boolean)
Scan barcode from image stream.
Public method ScanOne(String, Boolean)
Scan barcode from image file.
Public method ScanOne(Stream, BarCodeType, Boolean)
Scan barcode from image stream.
Public method ScanOne(String, BarCodeType, Boolean)
Scan barcode from image file.
Public method ToString
Returns a string that represents the current object.
(Inherited from Object .)
Top
See Also