BarcodeScan
Scan Method (Bitmap, BarCodeType)
|
Scan barcode from image.
Namespace:
Spire.Barcode
Assembly:
Spire.Barcode (in Spire.Barcode.dll) Version: 7.3.7.0 (7.3.7.9046)
Syntax
public string[] Scan(
Bitmap image,
BarCodeType barcodeType
)
Public Function Scan (
image As Bitmap,
barcodeType As BarCodeType
) As String()
public:
array<String^>^ Scan(
Bitmap^ image,
BarCodeType barcodeType
)
member Scan :
image : Bitmap *
barcodeType : BarCodeType -> string[]
Parameters
-
image
-
Type:
System.Drawing
Bitmap
image object
-
barcodeType
-
Type:
Spire.Barcode
BarCodeType
barcode type
Return Value
Type:
String
Barcode text list
See Also