ActiveLanguage property (ILEADRasterDocument)

Visual Basic example

Visual C++ 5.0 example

 

Syntax

LANG_IDS ActiveLanguage (short iIndex);

Overview

Refer to Working with Languages

Remarks

Gets or sets an array of language IDs that represent the languages activated by the SelectLanguages method. These are the "active languages" for the OCR engine. For a list of possible values, refer to LANG_IDS.

The SelectLanguages method will update the SelectedLanguages property with the languages that were activated.

The ActiveLanguagesCount property must be set before setting this property, to determine the number of active languages in this array.

See Also

Elements:

ActiveLanguagesCount property, SelectedLanguages property, SelectedLanguagesCount property, DefaultSpellLanguages property, DefaultSpellLanguagesCount property, IsCharacterEnabled method, LanguageCharacterFilter property, LanguageCharacterPlus property, LanguageCharacterPlusFilter property, SelectLanguages method

Topics:

Quick Reference OCR: Working with Languages