BarcodeScanner
ScanOne Method (Stream)
|
Scan barcode from image stream.
Namespace:
Spire.Barcode
Assembly:
Spire.Barcode (in Spire.Barcode.dll) Version: 7.3.7.0 (7.3.7.9046)
Syntax
public static string ScanOne(
Stream stream
)
Public Shared Function ScanOne (
stream As Stream
) As String
public:
static String^ ScanOne(
Stream^ stream
)
static member ScanOne :
stream : Stream -> string
Parameters
-
stream
-
Type:
System.IO
Stream
Image stream.
Return Value
Type:
String
Barcode text.
See Also