# C1.C1Preview.ThreeStateEnum

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="C1_C1Preview_ThreeStateEnum" data-uid="C1.C1Preview.ThreeStateEnum" class="text-break">ThreeStateEnum Enum
</h1>
  <div class="markdown level0 summary"><p>Defines a value which can be in one of three states: <b>undefined</b>, <b>true</b> or <b>false</b>.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.C1Preview.html">C1.C1Preview</a></h6>
  <h6><strong>Assembly</strong>: C1.PrintDocument.4.8.dll</h6>
  <h5 id="C1_C1Preview_ThreeStateEnum_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum ThreeStateEnum</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum ThreeStateEnum</code></pre>
  </div>
  <h3 id="fields">Fields
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    <thead>
    </thead></thead><tbody>
      <tr>
        <td id="C1_C1Preview_ThreeStateEnum_False">False</td>
        <td><p>The value is <b>false</b>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_ThreeStateEnum_True">True</td>
        <td><p>The value is <b>true</b>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_ThreeStateEnum_Undefined">Undefined</td>
        <td><p>The value is <b>undefined</b>.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
