Click or drag to resize

BarcodeScan Class

Provide barcode scanning services.
Inheritance Hierarchy
System Object
Spire.Barcode BarcodeScan

Namespace: Spire.Barcode
Assembly: Spire.Barcode (in Spire.Barcode.dll) Version: 7.3.7.0 (7.3.7.9046)
Syntax
public sealed class BarcodeScan

The BarcodeScan type exposes the following members.

Constructors
Name Description
Public method BarcodeScan
Initializes a new instance of the BarcodeScan class
Top
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