ImageGear .NET v25.2 - Updated
WriteToStream Method




ImageGear.Barcode Assembly > ImageGear.Barcode Namespace > ImGearBarcode Class : WriteToStream Method
Writes some properties of this object to a specially-formatted stream.
Syntax
'Declaration
 
<BrowsableAttribute(True)>
Public Function WriteToStream() As String
'Usage
 
Dim instance As ImGearBarcode
Dim value As String
 
value = instance.WriteToStream()
[Browsable(true)]
public string WriteToStream()
[Browsable(true)]
public: string* WriteToStream(); 
[Browsable(true)]
public:
String^ WriteToStream(); 

Return Value

A stream that can reloaded using the ReadFromStream method.
Remarks

This method writes certain properties of this object to a stream. The stream is intended for use only by the ReadFromStream method and its format may change in a future release of this component. However, even if the format changes, future versions of this components will be able to read streams that this method generates.

Note: You should save the stream in the Construcion property of a FormDirector FormDefinition object. You should set the Type to "ImGearBarcode" and the Content to the value that this method returns.

See Also

Reference

ImGearBarcode Class
ImGearBarcode Members

Is this page helpful?
Yes No
Thanks for your feedback.