Accusoft Pegasus
Accusoft.MicrXpress1.Net
WriteToStream Method
See Also  Send Feedback
Accusoft.MicrXpressSdk Namespace > MicrXpress Class : WriteToStream Method




Writes some properties of this object to a specially-formatted stream.

Syntax

Visual Basic (Declaration)  
Public Function WriteToStream() As String
Visual Basic (Usage) Copy Code
Dim instance As MicrXpress
Dim value As String
 
value = instance.WriteToStream()
C#  
public string WriteToStream()
Managed Extensions for C++  
public: string* WriteToStream(); 
C++/CLI  
public:
String^ WriteToStream(); 

Remarks

A stream that can be reloaded using ReadFromStream.

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: Save the stream in the Recognition property of a FormDirector MicrXpress object. Set the Type to "MicrXpress/Recognition" and the Content to the value that this method returns.

The properties that this method writes to the string are:

  • Area
  • MinimumCharacterConfidence
  • RejectionCharacter
  • Segmentation

See Also


©2009. Pegasus Imaging Corporation, DBA Accusoft Pegasus. All Rights Reserved.