BarcodeScan
Scan 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 string[] Scan(
string fileName,
bool IncludeCheckSum
)
Public Function Scan (
fileName As String,
IncludeCheckSum As Boolean
) As String()
public:
array<String^>^ Scan(
String^ fileName,
bool IncludeCheckSum
)
member Scan :
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 list.
See Also