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

Syntax

C++

HRESULT GetAsTableBlock( ITableBlock** Result );

C#

ITableBlock GetAsTableBlock();

Visual Basic .NET

Function GetAsTableBlock() As ITableBlock

Parameters

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

Return values

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

See also

Block TableBlock