VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Spelling Namespace / ISpellCheckEngine Interface
Properties Methods SeeAlso
In This Topic
    ISpellCheckEngine Interface Members
    In This Topic
    The following tables list the members exposed by ISpellCheckEngine.
    Public Properties
     NameDescription
    Public PropertyGets or sets a value indicating whether the spell check engine is enabled.
    Public PropertyGets a list of languages, which are supported by this spell check engine.
    Public PropertyGets the name of spell check engine.
    Public Methods
     NameDescription
    Public MethodAdds the specified word to the internal dictionary.
    Public MethodDetermines whether the specified word can be added to the internal dictionary.
    Public MethodRemoves the specified word from the internal dictionary.
    Public MethodSpells the specified word.
    Public MethodReturns a list of suggestions for the specified (misspelled) word.
    See Also