# C1.BarCode.MicroPDF417Options

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_BarCode_MicroPDF417Options" data-uid="C1.BarCode.MicroPDF417Options" class="text-break">MicroPDF417Options Class
</h1>
  <div class="markdown level0 summary"><p>The options of MicroPDF417</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.BarCode.BarCodeOptionsBase.html">BarCodeOptionsBase</a></div>
    <div class="level2"><span class="xref">MicroPDF417Options</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.icloneable">ICloneable</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.BarCode.html">C1.BarCode</a></h6>
  <h6><strong>Assembly</strong>: C1.Web.Api.BarCode.dll</h6>
  <h5 id="C1_BarCode_MicroPDF417Options_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[TypeConverter(typeof(MicroPDF417OptionsConverter))]
public class MicroPDF417Options : BarCodeOptionsBase, ICloneable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;TypeConverter(GetType(MicroPDF417OptionsConverter))&gt;
Public Class MicroPDF417Options
    Inherits BarCodeOptionsBase
    Implements ICloneable</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_BarCode_MicroPDF417Options__ctor" data-uid="C1.BarCode.MicroPDF417Options.#ctor">
          <a class="xref" href="C1.BarCode.MicroPDF417Options.-ctor.html#C1_BarCode_MicroPDF417Options__ctor">MicroPDF417Options()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.BarCode.MicroPDF417Options.html">MicroPDF417Options</a> class.</p>
</td>
      </tr>
      <tr>
        <td id="C1_BarCode_MicroPDF417Options__ctor_System_String_" data-uid="C1.BarCode.MicroPDF417Options.#ctor(System.String)">
          <a class="xref" href="C1.BarCode.MicroPDF417Options.-ctor.html#C1_BarCode_MicroPDF417Options__ctor_System_String_">MicroPDF417Options(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.BarCode.MicroPDF417Options.html">MicroPDF417Options</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_BarCode_MicroPDF417Options_CompactionMode" data-uid="C1.BarCode.MicroPDF417Options.CompactionMode">
          <a class="xref" href="C1.BarCode.MicroPDF417Options.CompactionMode.html#C1_BarCode_MicroPDF417Options_CompactionMode">CompactionMode</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the CompactionMode.</p>
</td>
      </tr>
      <tr>
        <td id="C1_BarCode_MicroPDF417Options_FileID" data-uid="C1.BarCode.MicroPDF417Options.FileID">
          <a class="xref" href="C1.BarCode.MicroPDF417Options.FileID.html#C1_BarCode_MicroPDF417Options_FileID">FileID</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the file id of structured append symbol.</p>
</td>
      </tr>
      <tr>
        <td id="C1_BarCode_MicroPDF417Options_SegmentCount" data-uid="C1.BarCode.MicroPDF417Options.SegmentCount">
          <a class="xref" href="C1.BarCode.MicroPDF417Options.SegmentCount.html#C1_BarCode_MicroPDF417Options_SegmentCount">SegmentCount</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the segment count of structured append symbol.</p>
</td>
      </tr>
      <tr>
        <td id="C1_BarCode_MicroPDF417Options_SegmentIndex" data-uid="C1.BarCode.MicroPDF417Options.SegmentIndex">
          <a class="xref" href="C1.BarCode.MicroPDF417Options.SegmentIndex.html#C1_BarCode_MicroPDF417Options_SegmentIndex">SegmentIndex</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the segment index of structured append symbol.</p>
</td>
      </tr>
      <tr>
        <td id="C1_BarCode_MicroPDF417Options_Version" data-uid="C1.BarCode.MicroPDF417Options.Version">
          <a class="xref" href="C1.BarCode.MicroPDF417Options.Version.html#C1_BarCode_MicroPDF417Options_Version">Version</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the symbol size.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="methods">Methods
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_BarCode_MicroPDF417Options_AssignFrom_C1_BarCode_BarCodeOptionsBase_" data-uid="C1.BarCode.MicroPDF417Options.AssignFrom(C1.BarCode.BarCodeOptionsBase)">
          <a class="xref" href="C1.BarCode.MicroPDF417Options.AssignFrom.html#C1_BarCode_MicroPDF417Options_AssignFrom_C1_BarCode_BarCodeOptionsBase_">AssignFrom(BarCodeOptionsBase)</a>
        </td>
        <td class="markdown level1 summary"><p>Assigns (copies) properties from another <a class="xref" href="C1.BarCode.BarCodeOptionsBase.html">BarCodeOptionsBase</a> to the current object.</p>
</td>
      </tr>
      <tr>
        <td id="C1_BarCode_MicroPDF417Options_Clone" data-uid="C1.BarCode.MicroPDF417Options.Clone">
          <a class="xref" href="C1.BarCode.MicroPDF417Options.Clone.html#C1_BarCode_MicroPDF417Options_Clone">Clone()</a>
        </td>
        <td class="markdown level1 summary"><p>Makes object copy</p>
</td>
      </tr>
      <tr>
        <td id="C1_BarCode_MicroPDF417Options_Reset" data-uid="C1.BarCode.MicroPDF417Options.Reset">
          <a class="xref" href="C1.BarCode.MicroPDF417Options.Reset.html#C1_BarCode_MicroPDF417Options_Reset">Reset()</a>
        </td>
        <td class="markdown level1 summary"><p>Resets all properties to default values.</p>
</td>
      </tr>
      <tr>
        <td id="C1_BarCode_MicroPDF417Options_ResetEncoding" data-uid="C1.BarCode.MicroPDF417Options.ResetEncoding">
          <a class="xref" href="C1.BarCode.MicroPDF417Options.ResetEncoding.html#C1_BarCode_MicroPDF417Options_ResetEncoding">ResetEncoding()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_BarCode_MicroPDF417Options_ShouldSerialize" data-uid="C1.BarCode.MicroPDF417Options.ShouldSerialize">
          <a class="xref" href="C1.BarCode.MicroPDF417Options.ShouldSerialize.html#C1_BarCode_MicroPDF417Options_ShouldSerialize">ShouldSerialize()</a>
        </td>
        <td class="markdown level1 summary"><p>Indicates whether any property of this object has changed from its default value.</p>
</td>
      </tr>
      <tr>
        <td id="C1_BarCode_MicroPDF417Options_ShouldSerializeEncoding" data-uid="C1.BarCode.MicroPDF417Options.ShouldSerializeEncoding">
          <a class="xref" href="C1.BarCode.MicroPDF417Options.ShouldSerializeEncoding.html#C1_BarCode_MicroPDF417Options_ShouldSerializeEncoding">ShouldSerializeEncoding()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_BarCode_MicroPDF417Options_ToString" data-uid="C1.BarCode.MicroPDF417Options.ToString">
          <a class="xref" href="C1.BarCode.MicroPDF417Options.ToString.html#C1_BarCode_MicroPDF417Options_ToString">ToString()</a>
        </td>
        <td class="markdown level1 summary"><p>Returns a <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a> that represents the current <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a>.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
