Click or drag to resize

BarcodeScan Class

Provide barcode scanning services.
Inheritance Hierarchy
SystemObject
  Spire.BarcodeBarcodeScan

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

The BarcodeScan type exposes the following members.

Constructors
  NameDescription
Public methodBarcodeScan
Initializes a new instance of the BarcodeScan class
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodScan(Bitmap)
Scan barcode from bitmap.
Public methodScan(Stream)
Scan barcode from image stream.
Public methodScan(String)
Scan barcode from image file.
Public methodScan(Bitmap, BarCodeType)
Scan barcode from image.
Public methodScan(Stream, Boolean)
Scan barcode from image stream.
Public methodScan(String, BarCodeType)
Scans barcode from image file.
Public methodScan(String, Boolean)
Scan barcode from image file.
Public methodScan(Bitmap, Rectangle, BarCodeType)
Scans barcode from bitmap.
Public methodScan(Stream, BarCodeType, Boolean)
Scan barcode from image stream.
Public methodScan(String, BarCodeType, Boolean)
Scan barcode from image file.
Public methodScan(Bitmap, Rectangle, BarCodeType, Boolean)
Scans barcode from bitmap.
Public methodScanOne(Bitmap)
Scan barcode from bitmap.
Public methodScanOne(Stream)
Scan barcode from image stream.
Public methodScanOne(String)
Scan barcode from image file.
Public methodScanOne(Stream, Boolean)
Scan barcode from image stream.
Public methodScanOne(String, Boolean)
Scan barcode from image file.
Public methodScanOne(Stream, BarCodeType, Boolean)
Scan barcode from image stream.
Public methodScanOne(String, BarCodeType, Boolean)
Scan barcode from image file.
Public methodToString (Inherited from Object.)
Top
See Also