VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Spelling Namespace / SpellCheckManager Class
Constructors Properties Methods Events SeeAlso
In This Topic
SpellCheckManager Class Members
In This Topic
The following tables list the members exposed by SpellCheckManager.
Public Constructors
 NameDescription
Public ConstructorInitializes a new instance of the SpellCheckManager class.
Public Properties
 NameDescription
Public PropertyGets a value indicating whether the manager can be spelling text.
Public PropertyGets or sets the readonly check engines collection that is used by this manager.
Public PropertyGets or sets a value indicating whether the spell check engine is enabled.
Public Methods
 NameDescription
Public MethodAdds the specified word to the specified engine.
Public MethodDisables the specified spell check engine.
Public MethodReleases all resources used by the SpellCheckManager object.
Public MethodEnables the specified spell check engine.
Public MethodAdds the spell check task to the end of task queue.
Public MethodAdds the spell check task to the beginning of task queue.
Public MethodRemoves the specified word from the specified spell check engine.
Public MethodSpells the specified word.
Public MethodReturns a list of suggestions for the specified (misspelled) word.
Protected Methods
 NameDescription
Protected MethodRaises the Changed event.
Public Events
 NameDescription
Public EventOccurs when the spell check engine is changed.
See Also