# C1.Web.Mvc.DataMatrixEcc200

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Web_Mvc_DataMatrixEcc200" data-uid="C1.Web.Mvc.DataMatrixEcc200" class="text-break">DataMatrixEcc200 Class
</h1>
  <div class="markdown level0 summary"><p>Represents a control for drawing DataMatrix barcode by using Reed-Solomon codes of ECC200.</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"><a class="xref" href="C1.Web.Mvc.Component.html">Component</a></div>
    <div class="level2"><a class="xref" href="C1.Web.Mvc.Control.html">Control</a></div>
    <div class="level3"><a class="xref" href="C1.Web.Mvc.BarcodeBase.html">BarcodeBase</a></div>
    <div class="level4"><a class="xref" href="C1.Web.Mvc.DataMatrixBase.html">DataMatrixBase</a></div>
    <div class="level5"><span class="xref">DataMatrixEcc200</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.html.ihtmlcontent">IHtmlContent</a></div>
    <div><a class="xref" href="C1.Web.Mvc.ITemplate.html">ITemplate</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Web.Mvc.html">C1.Web.Mvc</a></h6>
  <h6><strong>Assembly</strong>: C1.AspNetCore.Mvc.dll</h6>
  <h5 id="C1_Web_Mvc_DataMatrixEcc200_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class DataMatrixEcc200 : DataMatrixBase, IHtmlContent, ITemplate</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class DataMatrixEcc200
    Inherits DataMatrixBase
    Implements IHtmlContent, ITemplate</code></pre>
  </div>
  <h3 id="constructors">Constructors
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_Web_Mvc_DataMatrixEcc200__ctor_Microsoft_AspNetCore_Mvc_Rendering_IHtmlHelper_System_String_" data-uid="C1.Web.Mvc.DataMatrixEcc200.#ctor(Microsoft.AspNetCore.Mvc.Rendering.IHtmlHelper,System.String)">
          <a class="xref" href="C1.Web.Mvc.DataMatrixEcc200.-ctor.html#C1_Web_Mvc_DataMatrixEcc200__ctor_Microsoft_AspNetCore_Mvc_Rendering_IHtmlHelper_System_String_">DataMatrixEcc200(IHtmlHelper, string)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates one <a class="xref" href="C1.Web.Mvc.DataMatrixEcc200.html">DataMatrixEcc200</a> instance.</p>
</td>
      </tr>
    </tbody>
  </table>
  <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="C1_Web_Mvc_DataMatrixEcc200_EncodingMode" data-uid="C1.Web.Mvc.DataMatrixEcc200.EncodingMode">
          <a class="xref" href="C1.Web.Mvc.DataMatrixEcc200.EncodingMode.html#C1_Web_Mvc_DataMatrixEcc200_EncodingMode">EncodingMode</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the encoding mode.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_DataMatrixEcc200_FileIdentifier" data-uid="C1.Web.Mvc.DataMatrixEcc200.FileIdentifier">
          <a class="xref" href="C1.Web.Mvc.DataMatrixEcc200.FileIdentifier.html#C1_Web_Mvc_DataMatrixEcc200_FileIdentifier">FileIdentifier</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the file identification of this control.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_DataMatrixEcc200_StructureNumber" data-uid="C1.Web.Mvc.DataMatrixEcc200.StructureNumber">
          <a class="xref" href="C1.Web.Mvc.DataMatrixEcc200.StructureNumber.html#C1_Web_Mvc_DataMatrixEcc200_StructureNumber">StructureNumber</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the block in which the symbol is in the structured append message.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_DataMatrixEcc200_StructuredAppend" data-uid="C1.Web.Mvc.DataMatrixEcc200.StructuredAppend">
          <a class="xref" href="C1.Web.Mvc.DataMatrixEcc200.StructuredAppend.html#C1_Web_Mvc_DataMatrixEcc200_StructuredAppend">StructuredAppend</a>
        </td>
        <td class="markdown level1 summary"><p>Indicates whether the symbol is part of a structured append message.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_DataMatrixEcc200_SymbolSize" data-uid="C1.Web.Mvc.DataMatrixEcc200.SymbolSize">
          <a class="xref" href="C1.Web.Mvc.DataMatrixEcc200.SymbolSize.html#C1_Web_Mvc_DataMatrixEcc200_SymbolSize">SymbolSize</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the size of symbol.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
