# GrapeCity.ActiveReports.BarCodes.DataMatrixEccMode

## Content

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




  <h1 id="GrapeCity_ActiveReports_BarCodes_DataMatrixEccMode" data-uid="GrapeCity.ActiveReports.BarCodes.DataMatrixEccMode" class="text-break">DataMatrixEccMode Enum
</h1>
  <div class="markdown level0 summary"><p>Specifies the ECC mode enumeration.</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_DataMatrixEccMode_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum DataMatrixEccMode</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_DataMatrixEccMode_ECC000">ECC000</td>
        <td><p>ECC000. This mode encodes data with only CRC checksum, no additional error checking bits.
Data encoded with this ECC mode usually requiers the smallest symbol size.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_BarCodes_DataMatrixEccMode_ECC050">ECC050</td>
        <td><p>ECC050.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_BarCodes_DataMatrixEccMode_ECC080">ECC080</td>
        <td><p>ECC080.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_BarCodes_DataMatrixEccMode_ECC100">ECC100</td>
        <td><p>ECC100.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_BarCodes_DataMatrixEccMode_ECC140">ECC140</td>
        <td><p>ECC140.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_BarCodes_DataMatrixEccMode_ECC200">ECC200</td>
        <td><p>ECC200. This is the suggested ECC mode.
Data encoded with this ECC mode will be protedted Reed-Solomon error checking and correcting algorithm.</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>
