'Declaration <BrowsableAttribute(True)> Public Sub ReadFromStream( _ ByVal streamIn As String _ )
'Usage Dim instance As ImGearBarcode Dim streamIn As String instance.ReadFromStream(streamIn)
Parameters
- streamIn
- A stream that the method created.
'Declaration <BrowsableAttribute(True)> Public Sub ReadFromStream( _ ByVal streamIn As String _ )
'Usage Dim instance As ImGearBarcode Dim streamIn As String instance.ReadFromStream(streamIn)
This method reads a stream, which contains the values of roperties 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 "ImGearBarcode", the Content property contains a string that you should send to this method.