ImageGear .NET - Updated
SpellingLanguage Property




ImageGear24.Recognition Assembly > ImageGear.Recognition Namespace > ImGearRecRecognitionSettings Class : SpellingLanguage Property
Gets or sets language used for checking.
Syntax
'Declaration
 
Public Property SpellingLanguage As ImGearRecLanguage
'Usage
 
Dim instance As ImGearRecRecognitionSettings
Dim value As ImGearRecLanguage
 
instance.SpellingLanguage = value
 
value = instance.SpellingLanguage
public ImGearRecLanguage SpellingLanguage {get; set;}
public: __property ImGearRecLanguage get_SpellingLanguage();
public: __property void set_SpellingLanguage( 
   ImGearRecLanguage value
);
public:
property ImGearRecLanguage SpellingLanguage {
   ImGearRecLanguage get();
   void set (    ImGearRecLanguage value);
}

Property Value

ImGearRecLanguage enumeration value.
Remarks
This property specifies the Spelling language for the language checking of the checking subsystem.

The default value is ImGearRecLanguage.AUTO.

See Also

Reference

ImGearRecRecognitionSettings Class
ImGearRecRecognitionSettings Members
ImGearRecLanguage Enumeration