# GrapeCity.Documents.Excel.ISignatureSetup

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Documents_Excel_ISignatureSetup" data-uid="GrapeCity.Documents.Excel.ISignatureSetup" class="text-break">ISignatureSetup Interface
</h1>
  <div class="markdown level0 summary"><p>Represents the information used to set up a signature packet.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Documents.Excel.html">GrapeCity.Documents.Excel</a></h6>
  <h6><strong>Assembly</strong>: DS.Documents.Excel.dll</h6>
  <h5 id="GrapeCity_Documents_Excel_ISignatureSetup_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public interface ISignatureSetup</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Interface ISignatureSetup</code></pre>
  </div>
  <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="GrapeCity_Documents_Excel_ISignatureSetup_AllowComments" data-uid="GrapeCity.Documents.Excel.ISignatureSetup.AllowComments">
          <a class="xref" href="GrapeCity.Documents.Excel.ISignatureSetup.AllowComments.html#GrapeCity_Documents_Excel_ISignatureSetup_AllowComments">AllowComments</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a> value specifying whether the signer can enter comments in the Sign dialog box. Read/write.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_ISignatureSetup_Id" data-uid="GrapeCity.Documents.Excel.ISignatureSetup.Id">
          <a class="xref" href="GrapeCity.Documents.Excel.ISignatureSetup.Id.html#GrapeCity_Documents_Excel_ISignatureSetup_Id">Id</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the ID of the signature for a document.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_ISignatureSetup_ShowSignDate" data-uid="GrapeCity.Documents.Excel.ISignatureSetup.ShowSignDate">
          <a class="xref" href="GrapeCity.Documents.Excel.ISignatureSetup.ShowSignDate.html#GrapeCity_Documents_Excel_ISignatureSetup_ShowSignDate">ShowSignDate</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a> value indicating whether the date the document was signed should be displayed. Read/write.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_ISignatureSetup_SigningInstructions" data-uid="GrapeCity.Documents.Excel.ISignatureSetup.SigningInstructions">
          <a class="xref" href="GrapeCity.Documents.Excel.ISignatureSetup.SigningInstructions.html#GrapeCity_Documents_Excel_ISignatureSetup_SigningInstructions">SigningInstructions</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the instructions for signing the document. Read/write.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_ISignatureSetup_SuggestedSigner" data-uid="GrapeCity.Documents.Excel.ISignatureSetup.SuggestedSigner">
          <a class="xref" href="GrapeCity.Documents.Excel.ISignatureSetup.SuggestedSigner.html#GrapeCity_Documents_Excel_ISignatureSetup_SuggestedSigner">SuggestedSigner</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the name of the principle signer of the document. Read/write.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_ISignatureSetup_SuggestedSignerEmail" data-uid="GrapeCity.Documents.Excel.ISignatureSetup.SuggestedSignerEmail">
          <a class="xref" href="GrapeCity.Documents.Excel.ISignatureSetup.SuggestedSignerEmail.html#GrapeCity_Documents_Excel_ISignatureSetup_SuggestedSignerEmail">SuggestedSignerEmail</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the email address of the signer of the document. Read/write.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_ISignatureSetup_SuggestedSignerLine2" data-uid="GrapeCity.Documents.Excel.ISignatureSetup.SuggestedSignerLine2">
          <a class="xref" href="GrapeCity.Documents.Excel.ISignatureSetup.SuggestedSignerLine2.html#GrapeCity_Documents_Excel_ISignatureSetup_SuggestedSignerLine2">SuggestedSignerLine2</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the second line of suggested signer information (for example, title). Read/write.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
