Skip to main content

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.

This method returns the block as the SeparatorGroup object. If the block is not a separator group block, NULL is returned.

Syntax

C++

HRESULT GetAsSeparatorGroup( ISeparatorGroup** Result );

C#

ISeparatorGroup GetAsSeparatorGroup();

Visual Basic .NET

Function GetAsSeparatorGroup() As ISeparatorGroup

Parameters

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

Return values

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

See also

Block SeparatorGroup