[This is preliminary documentation and is subject to change.]
Gets or sets the hunspell dictionary file.
Namespace:
NHunspellAssembly: NHunspell (in NHunspell.dll) Version: 0.9.2.0 (0.9.2.0)
Syntax
| C# |
|---|
public string HunspellDictFile { get; set; } |
| Visual Basic (Declaration) |
|---|
Public Property HunspellDictFile As String |
| Visual C++ |
|---|
public: property String^ HunspellDictFile { String^ get (); void set (String^ value); } |