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

Syntax

C++

HRESULT GetAsSeparatorBlock( ISeparatorBlock** Result );

C#

ISeparatorBlock GetAsSeparatorBlock();

Visual Basic .NET

Function GetAsSeparatorBlock() As ISeparatorBlock

Parameters

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

Return values

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

See also

Block SeparatorBlock