> ## Documentation Index
> Fetch the complete documentation index at: https://docs.abbyy.com/llms.txt
> Use this file to discover all available pages before exploring further.

# GetAsCheckmarkBlock Method of the Block Object

This method returns the block as the [CheckmarkBlock](/fine-reader/engine/api-reference/layout-related-objects/checkmarkblock) object. If the block is not a checkmark block, NULL is returned.

## Syntax

### C++

```cpp theme={null}
HRESULT GetAsCheckmarkBlock( ICheckmarkBlock** Result );
```

### C\#

```csharp theme={null}
ICheckmarkBlock GetAsCheckmarkBlock();
```

### Visual Basic .NET

```vb theme={null}
Function GetAsCheckmarkBlock() As ICheckmarkBlock
```

## Parameters

Result

\[out, retval] A pointer to ICheckmarkBlock\* pointer variable that receives the interface pointer to the returned [CheckmarkBlock](/fine-reader/engine/api-reference/layout-related-objects/checkmarkblock) object.

## Return values

This method has no specific return values. It returns the [standard return codes of ABBYY FineReader Engine functions](/fine-reader/engine/api-reference/return-codes).

## See also

[Block](/fine-reader/engine/api-reference/layout-related-objects/block)

[CheckmarkBlock](/fine-reader/engine/api-reference/layout-related-objects/checkmarkblock)
