Namespace: Spire.Barcode
Assembly: Spire.Barcode (in Spire.Barcode.dll) Version: 5.6.0.0 (5.6.0.9020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public static string[] Scan(
	Stream stream,
	BarCodeType barcodeType,
	bool IncludeCheckSum
)
Public Shared Function Scan ( 
	stream As Stream,
	barcodeType As BarCodeType,
	IncludeCheckSum As Boolean
) As String()
public:
static array<String^>^ Scan(
	Stream^ stream, 
	BarCodeType barcodeType, 
	bool IncludeCheckSum
)
static member Scan : 
        stream : Stream * 
        barcodeType : BarCodeType * 
        IncludeCheckSum : bool -> string[] 

Parameters

stream
Stream
barcodeType
BarCodeType
IncludeCheckSum
Boolean

Return Value

array<String>[]()[][]

See Also