Click or drag to resize

BarcodeScanner ScanOne Method (Bitmap)

Scan barcode from bitmap.

Namespace: Spire.Barcode
Assembly: Spire.Barcode (in Spire.Barcode.dll) Version: 7.3.7.0 (7.3.7.9046)
Syntax
public static string ScanOne(
	Bitmap bitmap
)

Parameters

bitmap
Type: System.Drawing Bitmap
Bitmap object.

Return Value

Type: String
Barcode text.
See Also