AsCheckmarkGroupBlock Method of the Block Object
This method returns the block as the CheckmarkGroupBlock object. If the block is not a checkmark group block, NULL is returned.
Syntax
Visual Basic .NET
Function AsCheckmarkGroupBlock() As CheckmarkGroupBlock
C++
HRESULT AsCheckmarkGroupBlock( ICheckmarkGroupBlock** result );
Parameters
- result
- [out, retval] A pointer to the ICheckmarkGroupBlock* pointer variable that receives the interface pointer to the returned CheckmarkGroupBlock object.
Return values
This method has no specific return values. It returns the standard return values of ABBYY FlexiCapture SDK functions.
See also
8/15/2023 1:19:30 PM