Visual Basic
C#
Managed Extensions for C++
C++/CLI
Parameters
- streamIn
- A stream that the method created
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.