BarcodeScanner
ScanOne Method (String, Boolean)
|
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,
bool IncludeCheckSum
)
Public Shared Function ScanOne (
fileName As String,
IncludeCheckSum As Boolean
) As String
public:
static String^ ScanOne(
String^ fileName,
bool IncludeCheckSum
)
static member ScanOne :
fileName : string *
IncludeCheckSum : bool -> string
Parameters
-
fileName
-
Type:
System
String
Image file path.
-
IncludeCheckSum
-
Type:
System
Boolean
The include check sum.
Return Value
Type:
String
Barcode text.
See Also