Click or drag to resize

BarcodeScanner Scan Method (String, BarCodeType)

Scans 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
)

Parameters

fileName
Type: System String
file Name
barcodeType
Type: Spire.Barcode BarCodeType
barcode type

Return Value

Type: String
barcode text list
See Also