# GrapeCity.Documents.Text.CffTable.CharString

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Documents_Text_CffTable_CharString" data-uid="GrapeCity.Documents.Text.CffTable.CharString" class="text-break">CffTable.CharString Class
</h1>
  <div class="markdown level0 summary"><p>Describes the charstring for one glyph.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <div class="inheritance">
    <h5>Inheritance</h5>
    <div class="level0"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div>
    <div class="level1"><span class="xref">CffTable.CharString</span></div>
  </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_CffTable_CharString_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class CffTable.CharString</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class CffTable.CharString</code></pre>
  </div>
  <h3 id="properties">Properties
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="GrapeCity_Documents_Text_CffTable_CharString_Bytes" data-uid="GrapeCity.Documents.Text.CffTable.CharString.Bytes">
          <a class="xref" href="GrapeCity.Documents.Text.CffTable.CharString.Bytes.html#GrapeCity_Documents_Text_CffTable_CharString_Bytes">Bytes</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the binary data of the charstring.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Text_CffTable_CharString_XMax" data-uid="GrapeCity.Documents.Text.CffTable.CharString.XMax">
          <a class="xref" href="GrapeCity.Documents.Text.CffTable.CharString.XMax.html#GrapeCity_Documents_Text_CffTable_CharString_XMax">XMax</a>
        </td>
        <td class="markdown level1 summary"><p>Maximum x for coordinate data.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Text_CffTable_CharString_XMin" data-uid="GrapeCity.Documents.Text.CffTable.CharString.XMin">
          <a class="xref" href="GrapeCity.Documents.Text.CffTable.CharString.XMin.html#GrapeCity_Documents_Text_CffTable_CharString_XMin">XMin</a>
        </td>
        <td class="markdown level1 summary"><p>Minimum x for coordinate data.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Text_CffTable_CharString_YMax" data-uid="GrapeCity.Documents.Text.CffTable.CharString.YMax">
          <a class="xref" href="GrapeCity.Documents.Text.CffTable.CharString.YMax.html#GrapeCity_Documents_Text_CffTable_CharString_YMax">YMax</a>
        </td>
        <td class="markdown level1 summary"><p>Gets maximum Y for coordinate data.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Text_CffTable_CharString_YMin" data-uid="GrapeCity.Documents.Text.CffTable.CharString.YMin">
          <a class="xref" href="GrapeCity.Documents.Text.CffTable.CharString.YMin.html#GrapeCity_Documents_Text_CffTable_CharString_YMin">YMin</a>
        </td>
        <td class="markdown level1 summary"><p>Minimum y for coordinate data.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
