# C1.C1Pdf.CheckmarkType

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="C1_C1Pdf_CheckmarkType" data-uid="C1.C1Pdf.CheckmarkType" class="text-break">CheckmarkType Enum
</h1>
  <div class="markdown level0 summary"><p>Specifies the look of checkmark in <a class="xref" href="C1.C1Pdf.PdfCheckBox.html">PdfCheckBox</a>
and <a class="xref" href="C1.C1Pdf.PdfRadioButton.html">PdfRadioButton</a> fields.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.C1Pdf.html">C1.C1Pdf</a></h6>
  <h6><strong>Assembly</strong>: C1.C1Pdf.4.8.dll</h6>
  <h5 id="C1_C1Pdf_CheckmarkType_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum CheckmarkType</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum CheckmarkType</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_C1Pdf_CheckmarkType_Check">Check</td>
        <td><p>Shows a &quot;check&quot; (&quot;tick&quot;, V-shaped with longer right stroke) checkmark.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Pdf_CheckmarkType_Circle">Circle</td>
        <td><p>Shows a circular checkmark.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Pdf_CheckmarkType_Cross">Cross</td>
        <td><p>Shows a cross (X-shaped) checkmark.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Pdf_CheckmarkType_Default">Default</td>
        <td><p>Shows a default checkmark
(<a class="xref" href="C1.C1Pdf.CheckmarkType.html#C1_C1Pdf_CheckmarkType_Circle">Circle</a> for <a class="xref" href="C1.C1Pdf.PdfRadioButton.html">PdfRadioButton</a>,
<a class="xref" href="C1.C1Pdf.CheckmarkType.html#C1_C1Pdf_CheckmarkType_Check">Check</a> for <a class="xref" href="C1.C1Pdf.PdfCheckBox.html">PdfCheckBox</a>).</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Pdf_CheckmarkType_Diamond">Diamond</td>
        <td><p>Shows a diamond-shaped checkmark.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Pdf_CheckmarkType_Square">Square</td>
        <td><p>Shows a square checkmark.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Pdf_CheckmarkType_Star">Star</td>
        <td><p>Shows a star-shaped checkmark.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
