Click or drag to resize

BarcodeScanner Scan Method (Bitmap, Rectangle, BarCodeType)

Scans 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[] Scan(
	Bitmap bitmap,
	Rectangle rect,
	BarCodeType barcodeType
)

Parameters

bitmap
Type: System.Drawing Bitmap
Bitmap object.
rect
Type: System.Drawing Rectangle
Scan rectangle
barcodeType
Type: Spire.Barcode BarCodeType
Barcode Type

Return Value

Type: String
Barcode text list.
See Also