ImageGear21.Barcode Assembly > ImageGear.Barcode Namespace > ImGearBarcode Class : ReadFromStream Method |
'Declaration <BrowsableAttribute(True)> Public Sub ReadFromStream( _ ByVal streamIn As String _ )
'Usage Dim instance As ImGearBarcode Dim streamIn As String instance.ReadFromStream(streamIn)
[BrowsableAttribute(true)] public void ReadFromStream( string streamIn )
[BrowsableAttribute(true)] public: void ReadFromStream( string* streamIn )
[BrowsableAttribute(true)] public: void ReadFromStream( String^ 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.