CreateLayoutFromStream Method of the Engine Object

This method creates the Layout object from the input stream implemented by the user. This input stream is represented by the read-only array of bytes.

Syntax

HRESULT CreateLayoutFromStream(
  IReadStream*      ReadStream,
  ILayout**         Result
);
    

Parameters

ReadStream
[in] Refers to the interface of the user-implemented object of the type IReadStream which contains the document layout to be read.
Result
[out, retval] A pointer to ILayout* pointer variable that receives the interface pointer of the resulting Layout object. Must not be NULL.

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

Engine

Layout

12.12.2022 20:26:03

Usage of Cookies. In order to optimize the website functionality and improve your online experience ABBYY uses cookies. You agree to the usage of cookies when you continue using this site. Further details can be found in our Privacy Notice.