MatchBlock Method of the Block Object
This method matches the block to the region.
Syntax
Visual Basic .NET
Sub MatchBlock( _ Region As Region, _ Page As Page _ )
C++
HRESULT MatchBlock( IRegion* Region, IPage* Page );
Parameters
- Region
- [in] Refers to the Region object, which specifies the new region of the block.
- Page
- [in] Refers to the Page object, which contains the page to place the region on. This parameter may be 0, in which case the new region of the block will be set on the same page where the block is located.
Return values
This method has no specific return values. It returns the standard return values of ABBYY FlexiCapture SDK functions.
Remarks
Matching the block to the region is not equivalent to setting the region of the block using the IBlock::Region property.
See also
15.08.2023 13:19:30