Accusoft.SmartZoneOCR5.Net - Updated
WriteToStream Method






Accusoft.SmartZoneOCRSdk Namespace > SmartZoneOCR Class : WriteToStream Method
Writes some properties of this object to a specially-formatted stream.
Syntax
'Declaration
 
<System.Diagnostics.DebuggerNonUserCodeAttribute()>
<System.Diagnostics.DebuggerStepThroughAttribute()>
Public Function WriteToStream() As System.String
'Usage
 
Dim instance As SmartZoneOCR
Dim value As System.String
 
value = instance.WriteToStream()
[System.Diagnostics.DebuggerNonUserCode()]
[System.Diagnostics.DebuggerStepThrough()]
public System.string WriteToStream()
public function WriteToStream(): System.String; 
System.Diagnostics.DebuggerNonUserCodeAttribute()
System.Diagnostics.DebuggerStepThroughAttribute()
public function WriteToStream() : System.String;
[System.Diagnostics.DebuggerNonUserCode()]
[System.Diagnostics.DebuggerStepThrough()]
public: System.string* WriteToStream(); 
[System.Diagnostics.DebuggerNonUserCode()]
[System.Diagnostics.DebuggerStepThrough()]
public:
System.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

SmartZoneOCR Class
SmartZoneOCR Members