# GrapeCity.ActiveReports.BarCodes.DataMatrixOptions.FileIdentifier

## Content

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



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



<a id="GrapeCity_ActiveReports_BarCodes_DataMatrixOptions_FileIdentifier_" data-uid="GrapeCity.ActiveReports.BarCodes.DataMatrixOptions.FileIdentifier*"></a>
<h4 id="GrapeCity_ActiveReports_BarCodes_DataMatrixOptions_FileIdentifier" data-uid="GrapeCity.ActiveReports.BarCodes.DataMatrixOptions.FileIdentifier">FileIdentifier</h4>
<div class="markdown level1 summary"><p>Gets or sets the file identifier of a related group of structured 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 byte FileIdentifier { 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.byte">byte</a></td>
      <td><p>The file identifier.</p>
</td>
    </tr>
  </tbody>
</table>
<h5 id="GrapeCity_ActiveReports_BarCodes_DataMatrixOptions_FileIdentifier_remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>The valid file indentifier value should be within [1,254],
set file identifier to 0 lets the file identifier of the symbols calculated automatically.</p>
</div>
</div>
