| Visual Basic (Declaration) | |
|---|---|
Public Function WriteToStream() As String | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public string WriteToStream() | |
| Managed Extensions for C++ | |
|---|---|
public: string* WriteToStream(); | |
| C++/CLI | |
|---|---|
public: String^ WriteToStream(); | |
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
