Skip to main content
This method adds a new region to an existing one.

Syntax

C++

HRESULT AddRegion( IRegion* Region );

C#

void AddRegion( IRegion* Region );

Visual Basic .NET

Sub AddRegion(Region As IRegion)

Parameters

Region [in] This parameter of the Region type specifies the new region to be added to an existing one.

Return values

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

See also

Region