IEngineSpellChecker Property  | 
 Note: This API is now obsolete.
                Gets the service that allows working with spell checking functionality for the default profile.
            
 
    Namespace: 
   DotNetBrowser.Engine
    Assembly:
   DotNetBrowser (in DotNetBrowser.dll) Version: 2.25.1
Syntax[ObsoleteAttribute("Use IEngine.Profiles.Default.SpellChecker instead.", 
	false)]
ISpellChecker SpellChecker { get; }Property Value
Type: 
ISpellCheckerThe service that allows working with spell checking functionality for the default profile.
See Also