Namespace: Spire.Barcode
Assembly: Spire.Barcode (in Spire.Barcode.dll) Version: 5.6.0.0 (5.6.0.9020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public sealed class BarcodeScanner
Public NotInheritable Class BarcodeScanner
public ref class BarcodeScanner sealed
[<SealedAttribute>]
type BarcodeScanner =  class end

Members

      
 All Members  Methods  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()()
Gets the Type of the current instance.
(Inherited from Object.)
Scan(Bitmap)
Scan(Stream)
Scan(String)
Scan(Bitmap, BarCodeType)
Scan(Stream, Boolean)
Scan(String, BarCodeType)
Scan(String, Boolean)
Scan(Bitmap, Rectangle, BarCodeType)
Scan(Stream, BarCodeType, Boolean)
Scan(String, BarCodeType, Boolean)
Scan(Bitmap, Rectangle, BarCodeType, Boolean)
ScanOne(Bitmap)
ScanOne(Stream)
ScanOne(String)
ScanOne(Stream, Boolean)
ScanOne(String, Boolean)
ScanOne(Stream, BarCodeType, Boolean)
ScanOne(String, BarCodeType, Boolean)
ToString()()()()
Returns a String that represents the current Object.
(Inherited from Object.)

Inheritance Hierarchy

System..::..Object
  Spire.Barcode..::..BarcodeScanner

See Also