ActiveLanguage property (ILEADRasterDocument)
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