SaveToStream Method of the VirtualFileSystemNode Object
This method saves the contents of a file to the stream supported by the IWriteStream object.
Note: The method is available for a file only.
Syntax
Visual Basic .NET
Sub SaveToMemory( Result As WriteStream)
C++
HRESULT SaveToMemory( IWriteStream* Result );
Parameters
- Result
- [in] The data written to the stream.
Return values
This method has no specific return values. It returns the standard return values of ABBYY FlexiCapture SDK functions.
See also
15.08.2023 13:19:30