Click or drag to resize

BarcodeScan Scan Method (Bitmap, BarCodeType)

Scan barcode from image.

Namespace: Spire.Barcode
Assembly: Spire.Barcode (in Spire.Barcode.dll) Version: 7.3.7.0 (7.3.7.9046)
Syntax
public string[] Scan(
	Bitmap image,
	BarCodeType barcodeType
)

Parameters

image
Type: System.Drawing Bitmap
image object
barcodeType
Type: Spire.Barcode BarCodeType
barcode type

Return Value

Type: String
Barcode text list
See Also