Click or drag to resize

DocumentLanguagePlus Property

This property is used to get or set the LanguagesPlus characters for the Document object.

Namespace:  Kofax.OmniPageCSDK.IproPlus
Assembly:  Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntax
public string LanguagePlus { get; set; }

Property Value

Type: String
Remarks

The set of the LanguagesPlus characters is added to the set of characters determined by the language selection (see the RecognitionLanguages property). The resulting set of characters is called the Language environment.

By default the LanguagesPlus property contains no characters.

The Recognize method of the Document or Page objects uses this setting.

Changing this property will set the Modified property to True.

See Also