# C1.WPF.SpellChecker.C1SpellChecker.MainDictionary

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_WPF_SpellChecker_C1SpellChecker_MainDictionary_" data-uid="C1.WPF.SpellChecker.C1SpellChecker.MainDictionary*">MainDictionary Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_WPF_SpellChecker_C1SpellChecker_MainDictionary_" data-uid="C1.WPF.SpellChecker.C1SpellChecker.MainDictionary*"></a>
<h4 id="C1_WPF_SpellChecker_C1SpellChecker_MainDictionary" data-uid="C1.WPF.SpellChecker.C1SpellChecker.MainDictionary">MainDictionary</h4>
<div class="markdown level1 summary"><p>Gets the main dictionary used for spell-checking.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public SpellDictionary MainDictionary { get; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public ReadOnly Property MainDictionary As SpellDictionary</code></pre>
</div>
<h5 id="C1_WPF_SpellChecker_C1SpellChecker_MainDictionary_remarks">Remarks</h5>
<div class="markdown level1 remarks"><pre><code>&lt;p&gt;This is the main dictionary. It is stored in a compressed format, and is read-only.&lt;/p&gt;
&lt;p&gt;You can edit the spell dictionaries or create your own using the
</code></pre>
<p><b>C1DictionaryEditor</b> utility that ships with <a class="xref" href="C1.WPF.SpellChecker.C1SpellChecker.html">C1SpellChecker</a>.
This option can be useful for domain-specific applications that require the
use of technical jargon (for example, medical, legal, and so on).</p>
<p>Users cannot add words to this dictionary, only to the <a class="xref" href="C1.WPF.SpellChecker.C1SpellChecker.UserDictionary.html#C1_WPF_SpellChecker_C1SpellChecker_UserDictionary">UserDictionary</a>.</p>
</div>
</div>
