BarcodeScanner
ScanOne Method (String)
|
Scan 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 static string ScanOne(
string fileName
)
Public Shared Function ScanOne (
fileName As String
) As String
public:
static String^ ScanOne(
String^ fileName
)
static member ScanOne :
fileName : string -> string
Parameters
-
fileName
-
Type:
System
String
Image file path.
Return Value
Type:
String
Barcode text list.
See Also