BarcodeLoadValueFromStream Method (Stream)ByteScout Barcode SDK
Loads the value from the given stream. Read begins from current position within a stream. All bytes till the end of the stream a considered to be a value's bytes.

Namespace:  Bytescout.BarCode
Assembly:  Bytescout.BarCode (in Bytescout.BarCode.dll) Version: 7.6.3.1256-master
Syntax

public void LoadValueFromStream(
	Stream stream
)

Parameters

stream
Type: System.IOStream
The stream to read value from.
See Also

Reference