# GrapeCity.Documents.Text.GeneralCategory

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="GrapeCity_Documents_Text_GeneralCategory" data-uid="GrapeCity.Documents.Text.GeneralCategory" class="text-break">GeneralCategory Enum
</h1>
  <div class="markdown level0 summary"><p>Provides the most general classification of the code point.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Documents.Text.html">GrapeCity.Documents.Text</a></h6>
  <h6><strong>Assembly</strong>: DS.Documents.Imaging.dll</h6>
  <h5 id="GrapeCity_Documents_Text_GeneralCategory_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum GeneralCategory : byte</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum GeneralCategory As Byte</code></pre>
  </div>
  <h3 id="fields">Fields
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    <thead>
    </thead></thead><tbody>
      <tr>
        <td id="GrapeCity_Documents_Text_GeneralCategory_Cc">Cc</td>
        <td><p>C0 or C1 control code.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Text_GeneralCategory_Cf">Cf</td>
        <td><p>Format control character.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Text_GeneralCategory_Cn">Cn</td>
        <td><p>Reserved unassigned code point or a noncharacter.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Text_GeneralCategory_Co">Co</td>
        <td><p>Private-use character.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Text_GeneralCategory_Cs">Cs</td>
        <td><p>Surrogate code point.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Text_GeneralCategory_Ll">Ll</td>
        <td><p>Lowercase letter.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Text_GeneralCategory_Lm">Lm</td>
        <td><p>Modifier letter.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Text_GeneralCategory_Lo">Lo</td>
        <td><p>Other letters, including syllables and ideographs.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Text_GeneralCategory_Lt">Lt</td>
        <td><p>Digraphic character, with first part uppercase.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Text_GeneralCategory_Lu">Lu</td>
        <td><p>Uppercase letter.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Text_GeneralCategory_Mc">Mc</td>
        <td><p>Spacing combining mark (positive advance width).</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Text_GeneralCategory_Me">Me</td>
        <td><p>Enclosing combining mark.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Text_GeneralCategory_Mn">Mn</td>
        <td><p>Nonspacing combining mark (zero advance width).</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Text_GeneralCategory_Nd">Nd</td>
        <td><p>Decimal digit.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Text_GeneralCategory_Nl">Nl</td>
        <td><p>Letterlike numeric character.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Text_GeneralCategory_No">No</td>
        <td><p>Numeric character of other type.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Text_GeneralCategory_Pc">Pc</td>
        <td><p>Connecting punctuation mark, like a tie.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Text_GeneralCategory_Pd">Pd</td>
        <td><p>Dash or hyphen punctuation mark.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Text_GeneralCategory_Pe">Pe</td>
        <td><p>Closing punctuation mark (of a pair).</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Text_GeneralCategory_Pf">Pf</td>
        <td><p>Final quotation mark.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Text_GeneralCategory_Pi">Pi</td>
        <td><p>Initial quotation mark.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Text_GeneralCategory_Po">Po</td>
        <td><p>Punctuation mark of other type.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Text_GeneralCategory_Ps">Ps</td>
        <td><p>Opening punctuation mark (of a pair).</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Text_GeneralCategory_Sc">Sc</td>
        <td><p>Currency sign.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Text_GeneralCategory_Sk">Sk</td>
        <td><p>Non-letterlike modifier symbol.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Text_GeneralCategory_Sm">Sm</td>
        <td><p>Symbol of mathematical use.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Text_GeneralCategory_So">So</td>
        <td><p>Symbol of other type.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Text_GeneralCategory_Zl">Zl</td>
        <td><p>U+2028 LINE SEPARATOR only.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Text_GeneralCategory_Zp">Zp</td>
        <td><p>U+2029 PARAGRAPH SEPARATOR only.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Text_GeneralCategory_Zs">Zs</td>
        <td><p>Space character (of various non-zero widths).</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
