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 BarcodeScan
Public NotInheritable Class BarcodeScan
public ref class BarcodeScan sealed
[<SealedAttribute>]
type BarcodeScan =  class end

Members

         
 All Members  Constructors   Methods  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
BarcodeScan()()()()
Initializes a new instance of the BarcodeScan class
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..::..BarcodeScan

See Also