# GrapeCity.ActiveReports.Export.Pdf.Section.Signing.SignatureField-1.-ctor

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="GrapeCity_ActiveReports_Export_Pdf_Section_Signing_SignatureField_1__ctor_" data-uid="GrapeCity.ActiveReports.Export.Pdf.Section.Signing.SignatureField`1.#ctor*">SignatureField Constructor
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_ActiveReports_Export_Pdf_Section_Signing_SignatureField_1__ctor_" data-uid="GrapeCity.ActiveReports.Export.Pdf.Section.Signing.SignatureField`1.#ctor*"></a>
<h4 id="GrapeCity_ActiveReports_Export_Pdf_Section_Signing_SignatureField_1__ctor__0_" data-uid="GrapeCity.ActiveReports.Export.Pdf.Section.Signing.SignatureField`1.#ctor(`0)">SignatureField(T)</h4>
<div class="markdown level1 summary"><p>Ctor</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public SignatureField(T value)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Name</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><span class="xref">T</span></td>
      <td><span class="parametername">value</span></td>
      <td><p>Value to write on signature</p>
</td>
    </tr>
  </tbody>
</table>


<a id="GrapeCity_ActiveReports_Export_Pdf_Section_Signing_SignatureField_1__ctor_" data-uid="GrapeCity.ActiveReports.Export.Pdf.Section.Signing.SignatureField`1.#ctor*"></a>
<h4 id="GrapeCity_ActiveReports_Export_Pdf_Section_Signing_SignatureField_1__ctor__0_System_Boolean_" data-uid="GrapeCity.ActiveReports.Export.Pdf.Section.Signing.SignatureField`1.#ctor(`0,System.Boolean)">SignatureField(T, bool)</h4>
<div class="markdown level1 summary"><p>Ctor</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public SignatureField(T value, bool visible)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Name</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><span class="xref">T</span></td>
      <td><span class="parametername">value</span></td>
      <td><p>Value to write on signature</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a></td>
      <td><span class="parametername">visible</span></td>
      <td><p>true, if value should be written</p>
</td>
    </tr>
  </tbody>
</table>


<a id="GrapeCity_ActiveReports_Export_Pdf_Section_Signing_SignatureField_1__ctor_" data-uid="GrapeCity.ActiveReports.Export.Pdf.Section.Signing.SignatureField`1.#ctor*"></a>
<h4 id="GrapeCity_ActiveReports_Export_Pdf_Section_Signing_SignatureField_1__ctor__0_System_Boolean_System_Boolean_" data-uid="GrapeCity.ActiveReports.Export.Pdf.Section.Signing.SignatureField`1.#ctor(`0,System.Boolean,System.Boolean)">SignatureField(T, bool, bool)</h4>
<div class="markdown level1 summary"><p>Ctor</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public SignatureField(T value, bool visible, bool showLabel)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Name</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><span class="xref">T</span></td>
      <td><span class="parametername">value</span></td>
      <td><p>Value to write on signature</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a></td>
      <td><span class="parametername">visible</span></td>
      <td><p>true, if value should be written</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a></td>
      <td><span class="parametername">showLabel</span></td>
      <td><p>true, if label for value should be shown</p>
</td>
    </tr>
  </tbody>
</table>
</div>
