# C1.C1Pdf.ButtonLayout

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="C1_C1Pdf_ButtonLayout" data-uid="C1.C1Pdf.ButtonLayout" class="text-break">ButtonLayout Enum
</h1>
  <div class="markdown level0 summary"><p>Specifies the layout of text and image on the face of a <a class="xref" href="C1.C1Pdf.PdfPushButton.html">PdfPushButton</a>.</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_ButtonLayout_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum ButtonLayout</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum ButtonLayout</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_ButtonLayout_ImageLeftTextRight">ImageLeftTextRight</td>
        <td><p>Image is displayed on the left and text on the right.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Pdf_ButtonLayout_ImageOnly">ImageOnly</td>
        <td><p>Only image is displayed on the button face.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Pdf_ButtonLayout_ImageTopTextBottom">ImageTopTextBottom</td>
        <td><p>Image is displayed above the text.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Pdf_ButtonLayout_TextLeftImageRight">TextLeftImageRight</td>
        <td><p>Text is displayed on the left and image on the right.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Pdf_ButtonLayout_TextOnly">TextOnly</td>
        <td><p>Only text is displayed on the button face.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Pdf_ButtonLayout_TextOverImage">TextOverImage</td>
        <td><p>Text is displayed over image.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Pdf_ButtonLayout_TextTopImageBottom">TextTopImageBottom</td>
        <td><p>Text is displayed above the image.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
