# C1.Web.Api.BarCode.DataMatrixOptions

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Web_Api_BarCode_DataMatrixOptions" data-uid="C1.Web.Api.BarCode.DataMatrixOptions" class="text-break">DataMatrixOptions Class
</h1>
  <div class="markdown level0 summary"><p>The options of DataMatrix.</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">DataMatrixOptions</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Web.Api.BarCode.html">C1.Web.Api.BarCode</a></h6>
  <h6><strong>Assembly</strong>: C1.Web.Api.BarCode.dll</h6>
  <h5 id="C1_Web_Api_BarCode_DataMatrixOptions_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class DataMatrixOptions</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class DataMatrixOptions</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_Api_BarCode_DataMatrixOptions__ctor" data-uid="C1.Web.Api.BarCode.DataMatrixOptions.#ctor">
          <a class="xref" href="C1.Web.Api.BarCode.DataMatrixOptions.-ctor.html#C1_Web_Api_BarCode_DataMatrixOptions__ctor">DataMatrixOptions()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.Web.Api.BarCode.DataMatrixOptions.html">DataMatrixOptions</a> class.</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_Api_BarCode_DataMatrixOptions_Ecc000_140SymbolSize" data-uid="C1.Web.Api.BarCode.DataMatrixOptions.Ecc000_140SymbolSize">
          <a class="xref" href="C1.Web.Api.BarCode.DataMatrixOptions.Ecc000_140SymbolSize.html#C1_Web_Api_BarCode_DataMatrixOptions_Ecc000_140SymbolSize">Ecc000_140SymbolSize</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the size of the ECC000-140 symbol.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Api_BarCode_DataMatrixOptions_Ecc200EncodingMode" data-uid="C1.Web.Api.BarCode.DataMatrixOptions.Ecc200EncodingMode">
          <a class="xref" href="C1.Web.Api.BarCode.DataMatrixOptions.Ecc200EncodingMode.html#C1_Web_Api_BarCode_DataMatrixOptions_Ecc200EncodingMode">Ecc200EncodingMode</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the ECC200 encoding mode.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Api_BarCode_DataMatrixOptions_Ecc200SymbolSize" data-uid="C1.Web.Api.BarCode.DataMatrixOptions.Ecc200SymbolSize">
          <a class="xref" href="C1.Web.Api.BarCode.DataMatrixOptions.Ecc200SymbolSize.html#C1_Web_Api_BarCode_DataMatrixOptions_Ecc200SymbolSize">Ecc200SymbolSize</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the size of the ECC200 symbol.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Api_BarCode_DataMatrixOptions_EccMode" data-uid="C1.Web.Api.BarCode.DataMatrixOptions.EccMode">
          <a class="xref" href="C1.Web.Api.BarCode.DataMatrixOptions.EccMode.html#C1_Web_Api_BarCode_DataMatrixOptions_EccMode">EccMode</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the ECC mode.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Api_BarCode_DataMatrixOptions_FileIdentifier" data-uid="C1.Web.Api.BarCode.DataMatrixOptions.FileIdentifier">
          <a class="xref" href="C1.Web.Api.BarCode.DataMatrixOptions.FileIdentifier.html#C1_Web_Api_BarCode_DataMatrixOptions_FileIdentifier">FileIdentifier</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the file identifier of a related group of structured append symbols.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Api_BarCode_DataMatrixOptions_StructureNumber" data-uid="C1.Web.Api.BarCode.DataMatrixOptions.StructureNumber">
          <a class="xref" href="C1.Web.Api.BarCode.DataMatrixOptions.StructureNumber.html#C1_Web_Api_BarCode_DataMatrixOptions_StructureNumber">StructureNumber</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the structure number of current symbol within the structuerd append symbols.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Api_BarCode_DataMatrixOptions_StructuredAppend" data-uid="C1.Web.Api.BarCode.DataMatrixOptions.StructuredAppend">
          <a class="xref" href="C1.Web.Api.BarCode.DataMatrixOptions.StructuredAppend.html#C1_Web_Api_BarCode_DataMatrixOptions_StructuredAppend">StructuredAppend</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether the current symbol is part of structured append symbols.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
