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
)
Public Shared Function ScanOne (
bitmap As Bitmap
) As String
public:
static String^ ScanOne(
Bitmap^ bitmap
)
static member ScanOne :
bitmap : Bitmap -> string
Parameters
-
bitmap
-
Type:
System.Drawing
Bitmap
Bitmap object.
Return Value
Type:
String
Barcode text.
See Also