AddRegion Method of the Region Object
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
17.09.2024 15:14:40