FormFix v6.0 for .NET - Updated
WriteToStream Method (IdentificationProcessor)



Accusoft.FormFixSdk Namespace > IdentificationProcessor Class : WriteToStream Method
Writes some properties of this object to a specially-formatted stream.
Syntax
'Declaration
 
Public Function WriteToStream() As String
'Usage
 
Dim instance As IdentificationProcessor
Dim value As String
 
value = instance.WriteToStream()
public string WriteToStream()
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 streams that this method generates.

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

The properties that this method writes to the stream are:

The properties that this method does not write to the stream are:

See Also

Reference

IdentificationProcessor Class
IdentificationProcessor Members

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