Skip to main content
This method returns the block as the CheckmarkBlock object. If the block is not a checkmark block, NULL is returned.

Syntax

C++

HRESULT GetAsCheckmarkBlock( ICheckmarkBlock** Result );

C#

ICheckmarkBlock GetAsCheckmarkBlock();

Visual Basic .NET

Function GetAsCheckmarkBlock() As ICheckmarkBlock

Parameters

Result [out, retval] A pointer to ICheckmarkBlock* pointer variable that receives the interface pointer to the returned CheckmarkBlock object.

Return values

This method has no specific return values. It returns the standard return codes of ABBYY FineReader Engine functions.

See also

Block CheckmarkBlock