Accusoft.Forms1 - Updated
WriteToStream Method (SmartZoneICR)



Accusoft.SmartZoneICRSdk Namespace > SmartZoneICR Class : WriteToStream Method
Writes some properties of this object to a specially-formatted stream.
Syntax
<DebuggerStepThroughAttribute()>
<DebuggerNonUserCodeAttribute()>
Public Function WriteToStream() As String
Dim instance As SmartZoneICR
Dim value As String
 
value = instance.WriteToStream()
[DebuggerStepThrough()]
[DebuggerNonUserCode()]
public string WriteToStream()
[DebuggerStepThrough()]
[DebuggerNonUserCode()]
public:
String^ WriteToStream(); 

Return Value

A stream that can be reloaded using ReadFromStream.
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 toolkit. However, even if the format changes, future versions of this toolkit will be able to read strings that this method generates.

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

The properties that this method writes to the string are:

See Also

Reference

SmartZoneICR Class
SmartZoneICR Members