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