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