Accusoft Pegasus
ScanFix ActiveX 6.0
WriteToStream Method
See Also  Send Feedback
sf
An instance of the ScanFix component.

Description

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

Syntax

Visual Basic
Public Function WriteToStream( _
   ByVal sf As ScanFix _
) As String

Parameters

sf
An instance of the ScanFix component.

Return Type

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 Operations property of a FormDirector FormSetFile 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 the ScanFix enhancements normally added using the AddOption Method.

See Also


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