Keyoti RapidSpell Web .NET Help Docs
ShareDictionary Property
API DocumentationKeyoti.RapidSpellRapidSpellCheckerShareDictionary
Keyoti RapidSpell Web .NET
Whether to share the dictionary in memory accross all instances of RapidSpellChecker (false by default).
Declaration Syntax
C#Visual BasicVisual C++
public bool ShareDictionary { get; set; }
Public Property ShareDictionary As Boolean
public:
property bool ShareDictionary {
	bool get ();
	void set (bool value);
}
Remarks
Setting this to true will lower memory usage if multipe instances of RapidSpellChecker are in use at once, but will mean that only one dictionary may be used at one time. This does not affect user dictionaries.

Note that all instances with this set to true should use the same dictionary. This property must be set before any spell checking begins.

Assembly: Keyoti.RapidSpellWeb (Module: Keyoti.RapidSpellWeb) Version: 3.7.10.625