Click or drag to resize

BarcodeScanner ScanOne 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 ScanOne(
	string fileName,
	BarCodeType barcodeType,
	bool IncludeCheckSum
)

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
See Also