# C1.Web.Mvc.MicroPdf417

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Web_Mvc_MicroPdf417" data-uid="C1.Web.Mvc.MicroPdf417" class="text-break">MicroPdf417 Class
</h1>
  <div class="markdown level0 summary"><p>Represents a control for drawing MicroPDF417 barcode type.</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"><span class="xref">MicroPdf417</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_MicroPdf417_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class MicroPdf417 : BarcodeBase, IHtmlContent, ITemplate</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class MicroPdf417
    Inherits BarcodeBase
    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_MicroPdf417__ctor_Microsoft_AspNetCore_Mvc_Rendering_IHtmlHelper_System_String_" data-uid="C1.Web.Mvc.MicroPdf417.#ctor(Microsoft.AspNetCore.Mvc.Rendering.IHtmlHelper,System.String)">
          <a class="xref" href="C1.Web.Mvc.MicroPdf417.-ctor.html#C1_Web_Mvc_MicroPdf417__ctor_Microsoft_AspNetCore_Mvc_Rendering_IHtmlHelper_System_String_">MicroPdf417(IHtmlHelper, string)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates one <a class="xref" href="C1.Web.Mvc.MicroPdf417.html">MicroPdf417</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_MicroPdf417_CompactionMode" data-uid="C1.Web.Mvc.MicroPdf417.CompactionMode">
          <a class="xref" href="C1.Web.Mvc.MicroPdf417.CompactionMode.html#C1_Web_Mvc_MicroPdf417_CompactionMode">CompactionMode</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the symbol encode method.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_MicroPdf417_Dimensions" data-uid="C1.Web.Mvc.MicroPdf417.Dimensions">
          <a class="xref" href="C1.Web.Mvc.MicroPdf417.Dimensions.html#C1_Web_Mvc_MicroPdf417_Dimensions">Dimensions</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the symbol row and column count.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_MicroPdf417_FileId" data-uid="C1.Web.Mvc.MicroPdf417.FileId">
          <a class="xref" href="C1.Web.Mvc.MicroPdf417.FileId.html#C1_Web_Mvc_MicroPdf417_FileId">FileId</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the structure file ID.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_MicroPdf417_OptionalFields" data-uid="C1.Web.Mvc.MicroPdf417.OptionalFields">
          <a class="xref" href="C1.Web.Mvc.MicroPdf417.OptionalFields.html#C1_Web_Mvc_MicroPdf417_OptionalFields">OptionalFields</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets structured append optional fields. Only supports segmentCount for now.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_MicroPdf417_SegmentIndex" data-uid="C1.Web.Mvc.MicroPdf417.SegmentIndex">
          <a class="xref" href="C1.Web.Mvc.MicroPdf417.SegmentIndex.html#C1_Web_Mvc_MicroPdf417_SegmentIndex">SegmentIndex</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the structure append index.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_MicroPdf417_StructuredAppend" data-uid="C1.Web.Mvc.MicroPdf417.StructuredAppend">
          <a class="xref" href="C1.Web.Mvc.MicroPdf417.StructuredAppend.html#C1_Web_Mvc_MicroPdf417_StructuredAppend">StructuredAppend</a>
        </td>
        <td class="markdown level1 summary"><p>Indicates whether the structure append is enabled.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
