GetAsCheckmarkGroup Method of the Block Object
This method returns the block as the CheckmarkGroup object. If the block is not a checkmark group block, NULL is returned.
Syntax
C++
HRESULT GetAsCheckmarkGroup( ICheckmarkGroup** Result );
C#
ICheckmarkGroup GetAsCheckmarkGroup();
Visual Basic .NET
Function GetAsCheckmarkGroup() As ICheckmarkGroup
Parameters
- Result
- [out, retval] A pointer to ICheckmarkGroup* pointer variable that receives the interface pointer to the returned CheckmarkGroup object.
Return values
This method has no specific return values. It returns the standard return codes of ABBYY FineReader Engine functions.
See also
17.09.2024 15:14:40