# GrapeCity.ActiveReports.BarCodes.DataMatrixEcc200EncodingMode

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="GrapeCity_ActiveReports_BarCodes_DataMatrixEcc200EncodingMode" data-uid="GrapeCity.ActiveReports.BarCodes.DataMatrixEcc200EncodingMode" class="text-break">DataMatrixEcc200EncodingMode Enum
</h1>
  <div class="markdown level0 summary"><p>Specifies the enumeration of encoding char set under ECC200 mode.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.ActiveReports.BarCodes.html">GrapeCity.ActiveReports.BarCodes</a></h6>
  <h6><strong>Assembly</strong>: MESCIUS.ActiveReports.Core.Rendering.dll</h6>
  <h5 id="GrapeCity_ActiveReports_BarCodes_DataMatrixEcc200EncodingMode_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum DataMatrixEcc200EncodingMode</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_ActiveReports_BarCodes_DataMatrixEcc200EncodingMode_ASCII">ASCII</td>
        <td><p>ASCII.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_BarCodes_DataMatrixEcc200EncodingMode_Auto">Auto</td>
        <td><p>Auto. The encoding char set will be selected automatically to achieve a better compression efficiency.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_BarCodes_DataMatrixEcc200EncodingMode_Base256">Base256</td>
        <td><p>Base256.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_BarCodes_DataMatrixEcc200EncodingMode_C40">C40</td>
        <td><p>C40.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_BarCodes_DataMatrixEcc200EncodingMode_EDIFACT">EDIFACT</td>
        <td><p>EDIFACT. Only 63 EDIFACT characters are supported by this char set.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_BarCodes_DataMatrixEcc200EncodingMode_Text">Text</td>
        <td><p>Text.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_BarCodes_DataMatrixEcc200EncodingMode_X12">X12</td>
        <td><p>X12. Only 40 X12 characters are supported by this char set.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="extensionmethods">Extension Methods</h3>
  <div>
      <a class="xref" href="GrapeCity.ActiveReports.Core.Rendering.Tools.ObjectExtensions.IsNumber.html#GrapeCity_ActiveReports_Core_Rendering_Tools_ObjectExtensions_IsNumber_System_Object_">ObjectExtensions.IsNumber(object)</a>
  </div>
</div>
