Create<Object> Methods of the Engine Object

The Engine object contains a number of methods that create other objects of the ABBYY FineReader Engine objects hierarchy. They all have similar semantics. All newly created objects have default values, or, if a profile has been previously loaded, the values set by this profile are used.

Syntax

C++

HRESULT Create<ObjectType>( I<ObjectType>** Result );
    

C#

I<ObjectType> Create<ObjectType>();
    

Visual Basic .NET

Function Create<ObjectType>() As I<ObjectType>
    

Parameters

Result
[out] A pointer to I<ObjectType>* pointer variable that receives the interface pointer of the created object. *Result must not be NULL. *Result is guaranteed to be non-NULL after successful method call.

Return values

These methods have no specific return values. They return the standard return values of ABBYY FineReader Engine functions.

Samples

The methods are used in all code samples and demo tools.

See also

Engine

Creation Methods of the Engine Object

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.