Keyoti RapidSpell Web .NET Construct a UserDictionary based on the userDictionaryFile, which does not have to exist.

 Declaration Syntax
public UserDictionary(
	string userDictionaryFile,
	int wordLimit
)
Public Sub New ( _
	userDictionaryFile As String, _
	wordLimit As Integer _
)
public:
UserDictionary(
	String^ userDictionaryFile, 
	int wordLimit
)

 Parameters
- userDictionaryFile (String)
- the file used for a user dictionary.
- wordLimit (Int32)
- number of words user dictionary is limited to (150,000 max). If wordLimit is <=0 it will be set to 150,000.
Assembly: 
Keyoti.RapidSpellWeb (Module: Keyoti.RapidSpellWeb) Version: 3.7.10.625