# C1.Win.SpellChecker.C1SpellChecker.MaxWordLength

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Win_SpellChecker_C1SpellChecker_MaxWordLength_" data-uid="C1.Win.SpellChecker.C1SpellChecker.MaxWordLength*">MaxWordLength Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Win_SpellChecker_C1SpellChecker_MaxWordLength_" data-uid="C1.Win.SpellChecker.C1SpellChecker.MaxWordLength*"></a>
<h4 id="C1_Win_SpellChecker_C1SpellChecker_MaxWordLength" data-uid="C1.Win.SpellChecker.C1SpellChecker.MaxWordLength">MaxWordLength</h4>
<div class="markdown level1 summary"><p>Gets or sets the maximum length of words that are spell-checked.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public int MaxWordLength { get; set; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Property MaxWordLength As Integer</code></pre>
</div>
<h5 id="C1_Win_SpellChecker_C1SpellChecker_MaxWordLength_remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>This property determines the maximum length of strings that are 
considered to be words and should be spell-checked. This enables the
<a class="xref" href="C1.Win.SpellChecker.C1SpellChecker.html">C1SpellChecker</a> to automatically ignore long strings 
that contain non-textual information.</p>
<p>Setting this property to a value smaller than one causes all
strings to be considered as words.</p>
</div>
</div>
