# C1.Web.Mvc.Pdf417

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Web_Mvc_Pdf417" data-uid="C1.Web.Mvc.Pdf417" class="text-break">Pdf417 Class
</h1>
  <div class="markdown level0 summary"><p>Represents a control for drawing PDF417 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">Pdf417</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.web.ihtmlstring">IHtmlString</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.Web.Mvc.dll</h6>
  <h5 id="C1_Web_Mvc_Pdf417_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class Pdf417 : BarcodeBase, IHtmlString, ITemplate</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class Pdf417
    Inherits BarcodeBase
    Implements IHtmlString, 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_Pdf417__ctor_System_Web_Mvc_HtmlHelper_System_String_" data-uid="C1.Web.Mvc.Pdf417.#ctor(System.Web.Mvc.HtmlHelper,System.String)">
          <a class="xref" href="C1.Web.Mvc.Pdf417.-ctor.html#C1_Web_Mvc_Pdf417__ctor_System_Web_Mvc_HtmlHelper_System_String_">Pdf417(HtmlHelper, string)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates one <a class="xref" href="C1.Web.Mvc.Pdf417.html">Pdf417</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_Pdf417_AutoWidth" data-uid="C1.Web.Mvc.Pdf417.AutoWidth">
          <a class="xref" href="C1.Web.Mvc.Pdf417.AutoWidth.html#C1_Web_Mvc_Pdf417_AutoWidth">AutoWidth</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether the control width should automatically change along with the Value length.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Pdf417_AutoWidthZoom" data-uid="C1.Web.Mvc.Pdf417.AutoWidthZoom">
          <a class="xref" href="C1.Web.Mvc.Pdf417.AutoWidthZoom.html#C1_Web_Mvc_Pdf417_AutoWidthZoom">AutoWidthZoom</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a zoom factor applied to the automatically calculated control width.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Pdf417_Columns" data-uid="C1.Web.Mvc.Pdf417.Columns">
          <a class="xref" href="C1.Web.Mvc.Pdf417.Columns.html#C1_Web_Mvc_Pdf417_Columns">Columns</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the number of columns in the symbol.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Pdf417_Compact" data-uid="C1.Web.Mvc.Pdf417.Compact">
          <a class="xref" href="C1.Web.Mvc.Pdf417.Compact.html#C1_Web_Mvc_Pdf417_Compact">Compact</a>
        </td>
        <td class="markdown level1 summary"><p>Indicates whether it is a compact PDF417 symbol.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Pdf417_ErrorCorrectionLevel" data-uid="C1.Web.Mvc.Pdf417.ErrorCorrectionLevel">
          <a class="xref" href="C1.Web.Mvc.Pdf417.ErrorCorrectionLevel.html#C1_Web_Mvc_Pdf417_ErrorCorrectionLevel">ErrorCorrectionLevel</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the error correction level of this control. PDF417 symbology supports 9 levels of error correction, with 0 being the least thorough and 8 being the most thorough. When the correction level is set to 0, very little redundant information is encoded and the scanner can perform little more than correct for the very simplest of errors. When set to 8, significant scanning problems can be corrected. The default error correction for PDF417 is 'auto.' This automatically specifies a correction level based on the amount of information encoded into each PDF417 symbol.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Pdf417_Rows" data-uid="C1.Web.Mvc.Pdf417.Rows">
          <a class="xref" href="C1.Web.Mvc.Pdf417.Rows.html#C1_Web_Mvc_Pdf417_Rows">Rows</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the number of rows in the symbol.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="extensionmethods">Extension Methods</h3>
  <div>
      <a class="xref" href="C1.Web.Mvc.Fluent.IHtmlStringExtension.ToTemplate.html#C1_Web_Mvc_Fluent_IHtmlStringExtension_ToTemplate_System_Web_IHtmlString_">IHtmlStringExtension.ToTemplate(IHtmlString)</a>
  </div>

</div>
