Namespace: Spire.Barcode
Assembly: Spire.Barcode (in Spire.Barcode.dll) Version: 5.6.0.0 (5.6.0.9020)
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 |
| Member | Description | |
|---|---|---|
| BarcodeScan()()()() | Initializes a new instance of the BarcodeScan class | |
| Equals(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()()()() | (Inherited from Object.) |