Accusoft.BarcodeXpress9.Net
ReadFromStream Method
See Also  Send Feedback
Accusoft.BarcodeXpressSdk Namespace > BarcodeXpress Class : ReadFromStream Method




streamIn
A stream that the method created

Glossary Item Box

Reads a specially-formatted stream and places the values into properties of this object.

Syntax

 
Visual Basic
C#
Managed Extensions for C++
C++/CLI
 
 

Parameters

streamIn
A stream that the method created

Remarks

This method reads a stream, which contains the values of properties for this object. It provides a convenient way to store and retrieve the values and preserves as much future compatibility as possible.

This method should read any stream that the WriteToStream method created, even if an older version of this component created it.

Note: You should retrieve the value for the stream from the Construction property of a FormDirector FormDefinition object. When the Type property of that object is "BarcodeXpress", the Content property contains a string that you should send to this method.

See Also

©2013. Accusoft Corporation. All Rights Reserved.