Accusoft BarcodeXpress v13.9 - Updated
WriteToStream Method
AccusoftBarcodeXpress13 ActiveX DLL > BarcodeXpress Object : WriteToStream Method
Description
Writes some properties of this object to a specially-formatted stream.
Syntax
Visual Basic
Public Function WriteToStream() As String
Return Type
A stream that can be 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 component will be able to read streams that this method generates.

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

See Also

BarcodeXpress Object  | BarcodeXpress Members

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