DetectBlocks Method of the PageDefinition Object
This method detects blocks of the specified type within the specified region and adds them to the page definition. Please note that it does not guarantee that all the blocks will be detected correctly.
Syntax
Visual Basic .NET
Sub DetectBlocks( _ Region As Region, _ AutodetectBlockTypes As IntsCollection _ )
C++
HRESULT DetectBlocks( IRegion* Region, IIntsCollection* AutodetectBlockTypes );
Parameters
- Region
- [in] Refers to the Region object, which specifies the new region of the block.
- AutodetectBlockTypes
- [in] This variable refers to a collection of block types that must be detected, represented by the constants of BlockTypeEnum cast to Integer.
Return values
This method has no specific return values. It returns the standard return values of ABBYY FlexiCapture SDK functions.
See also
15.08.2023 13:19:30