BarcodeScanner
Scan 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[] Scan(
Stream stream
)
Public Shared Function Scan (
stream As Stream
) As String()
public:
static array<String^>^ Scan(
Stream^ stream
)
static member Scan :
stream : Stream -> string[]
Parameters
-
stream
-
Type:
System.IO
Stream
Image stream.
Return Value
Type:
String
Barcode text list.
See Also