Accusoft.ScanFixXpress8.Net
WriteToStream Method




An instance of the ScanFix component
Writes some properties of this object to a specially-formatted stream.
Syntax
'Declaration
 
<DebuggerStepThroughAttribute()>
<DebuggerNonUserCodeAttribute()>
Public Function WriteToStream( _
   ByVal sf As ScanFix _
) As String
'Usage
 
Dim instance As Enhancements
Dim sf As ScanFix
Dim value As String
 
value = instance.WriteToStream(sf)
[DebuggerStepThrough()]
[DebuggerNonUserCode()]
public string WriteToStream( 
   ScanFix sf
)
[DebuggerStepThrough()]
[DebuggerNonUserCode()]
public: string* WriteToStream( 
   ScanFix* sf
) 
[DebuggerStepThrough()]
[DebuggerNonUserCode()]
public:
String^ WriteToStream( 
   ScanFix^ sf
) 

Parameters

sf
An instance of the ScanFix component

Return Value

A stream that can be reloaded using ReadFromStream .
Exceptions
ExceptionDescription
System.ArgumentNullExceptionThrown when sf parameter is null
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 Operations property of a FormDirector FormSet object. You should set the Type to "ScanFix/Enhancement" and the Content to the value that this method returns.

The properties that this method writes to the stream are:

See Also

Reference

Enhancements Class
Enhancements Members

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback