SaveToStream Method of the Layout Object
This method saves the object contents into the stream.
Syntax
HRESULT SaveToStream( IWriteStream* WriteStream );
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
This method does not work if the Engine object is loaded as an out-of-process server.
See also
7/3/2024 8:50:25 AM