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