BarcodeScanner
ScanOne 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 ScanOne(
Stream stream,
bool IncludeCheckSum
)
Public Shared Function ScanOne (
stream As Stream,
IncludeCheckSum As Boolean
) As String
public:
static String^ ScanOne(
Stream^ stream,
bool IncludeCheckSum
)
static member ScanOne :
stream : Stream *
IncludeCheckSum : bool -> string
Parameters
-
stream
-
Type:
System.IO
Stream
Image stream.
-
IncludeCheckSum
-
Type:
System
Boolean
Return Value
Type:
String
Barcode text.
See Also