Link Search Menu Expand Document

BarcodeLoadValueFromStream Method (Stream, Int32)

Loads the value from the given stream. Read begins from current position within a stream.

Namespace:Bytescout.BarCode
Assembly: Bytescout.BarCode (in Bytescout.BarCode.dll) Version: 7.6.3.1256-master
Syntax
public void LoadValueFromStream(
	Stream stream,
	int length
)

Parameters

stream
Type: System.IOStream
The stream to read value from.
length
Type: SystemInt32
The value's length.
See Also

Reference