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

C++

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

C#

ILayout CreateLayoutFromStream(
  IReadStream        ReadStream
);
    

Visual Basic .NET

Function CreateLayoutFromStream( _
  ReadStream As IReadStream _
) As ILayout
    

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.

See also

Engine

Layout

24.03.2023 8:51:52

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.