# GrapeCity.ActiveReports.BarCodes.DataMatrixOptions.StructureNumber

## Content

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



<h1 id="GrapeCity_ActiveReports_BarCodes_DataMatrixOptions_StructureNumber_" data-uid="GrapeCity.ActiveReports.BarCodes.DataMatrixOptions.StructureNumber*">StructureNumber Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_ActiveReports_BarCodes_DataMatrixOptions_StructureNumber_" data-uid="GrapeCity.ActiveReports.BarCodes.DataMatrixOptions.StructureNumber*"></a>
<h4 id="GrapeCity_ActiveReports_BarCodes_DataMatrixOptions_StructureNumber" data-uid="GrapeCity.ActiveReports.BarCodes.DataMatrixOptions.StructureNumber">StructureNumber</h4>
<div class="markdown level1 summary"><p>Gets or sets the structure number of current symbol within the structuerd append symbols.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public int StructureNumber { get; set; }</code></pre>
</div>
<h5 class="propertyValue">Property Value</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a></td>
      <td><p>The structure number of current symbol within the structured append symbols.
The structure number starts from 0, and should be less than both the symbol amount and the max symbol count(16).</p>
</td>
    </tr>
  </tbody>
</table>
<h5 id="GrapeCity_ActiveReports_BarCodes_DataMatrixOptions_StructureNumber_remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>The structure number will only be used when ECC mode is <span class="xref">DataMatrixEccMode.ECC200</span>.</p>
</div>
</div>
