Skip to main content
This method saves the object contents into the stream.

Syntax

C++

HRESULT SaveToStream( IWriteStream* WriteStream );

C#

void SaveToStream( IWriteStream WriteStream );

Visual Basic .NET

Sub SaveToStream(WriteStream As IWriteStream)

Parameters

WriteStream [in] This parameter refers to a IWriteStream variable that provides access to a write stream.

Return values

This method has no specific return values. It returns the standard return values of ABBYY FineReader Engine functions.

Remarks

In Linux, this method does not work if the Engine object is loaded as an out-of-process server.

See also

Layout