Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.abbyy.com/llms.txt

Use this file to discover all available pages before exploring further.

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