Skip to main content
This method starts spell checking in the specified block.

Syntax

C++

HRESULT SpellBlock(
  int PageIndex,
  int BlockIndex
);

C#

void SpellBlock(
  int PageIndex,
  int BlockIndex
);

Visual Basic .NET

Sub SpellBlock( _
  PageIndex As Integer, _
  BlockIndex As Integer _
)

Parameters

PageIndex [in] Contains the index of the page on which the block is located. BlockIndex [in] Contains the index of the block for which spell checking is required. The index is in the ILayout::VisualBlocks collection.

Return values

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

See also

TextValidator Spell