BarcodeScan Class |
Namespace: Spire.Barcode
The BarcodeScan type exposes the following members.
Name | Description | |
---|---|---|
![]() |
BarcodeScan |
Initializes a new instance of the
BarcodeScan
class
|
Name | Description | |
---|---|---|
![]() |
Equals |
Determines whether the specified object is equal to the current object.
(Inherited from
Object
.)
|
![]() |
GetHashCode |
Serves as the default hash function.
(Inherited from
Object
.)
|
![]() |
GetType |
Gets the
Type
of the current instance.
(Inherited from
Object
.)
|
![]() |
Scan(Bitmap) |
Scan barcode from bitmap.
|
![]() |
Scan(Stream) |
Scan barcode from image stream.
|
![]() |
Scan(String) |
Scan barcode from image file.
|
![]() |
Scan(Bitmap, BarCodeType) |
Scan barcode from image.
|
![]() |
Scan(Stream, Boolean) |
Scan barcode from image stream.
|
![]() |
Scan(String, BarCodeType) |
Scans barcode from image file.
|
![]() |
Scan(String, Boolean) |
Scan barcode from image file.
|
![]() |
Scan(Bitmap, Rectangle, BarCodeType) |
Scans barcode from bitmap.
|
![]() |
Scan(Stream, BarCodeType, Boolean) |
Scan barcode from image stream.
|
![]() |
Scan(String, BarCodeType, Boolean) |
Scan barcode from image file.
|
![]() |
Scan(Bitmap, Rectangle, BarCodeType, Boolean) |
Scans barcode from bitmap.
|
![]() |
ScanOne(Bitmap) |
Scan barcode from bitmap.
|
![]() |
ScanOne(Stream) |
Scan barcode from image stream.
|
![]() |
ScanOne(String) |
Scan barcode from image file.
|
![]() |
ScanOne(Stream, Boolean) |
Scan barcode from image stream.
|
![]() |
ScanOne(String, Boolean) |
Scan barcode from image file.
|
![]() |
ScanOne(Stream, BarCodeType, Boolean) |
Scan barcode from image stream.
|
![]() |
ScanOne(String, BarCodeType, Boolean) |
Scan barcode from image file.
|
![]() |
ToString |
Returns a string that represents the current object.
(Inherited from
Object
.)
|