Gets the main dictionary used for spell-checking.

Namespace:  C1.Web.Editor
Assembly:  C1.Web.Editor.2 (in C1.Web.Editor.2.dll)

Syntax

C#
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Content)]
public SpellDictionary MainDictionary { get; }
Visual Basic (Declaration)
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Content)> _
Public ReadOnly Property MainDictionary As SpellDictionary
	Get

Remarks

This is the main dictionary. It is stored in a compressed format, and is read-only.

You can edit the spell dictionaries or create your own using the C1DictionaryEditor utility that ships with C1SpellChecker. This option can be useful for domain-specific applications that require the use of technical jargon (for example, medical, legal, and so on).

Users cannot add words to this dictionary, only to the UserDictionary.

See Also