# GrapeCity.Documents.Excel.FormFieldSubmitFormatType

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="GrapeCity_Documents_Excel_FormFieldSubmitFormatType" data-uid="GrapeCity.Documents.Excel.FormFieldSubmitFormatType" class="text-break">FormFieldSubmitFormatType Enum
</h1>
  <div class="markdown level0 summary"><p>Defines possible values of GrapeCity.Documents.Pdf.Actions.ActionSubmitForm.SubmitFormat property.</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_FormFieldSubmitFormatType_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum FormFieldSubmitFormatType</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum FormFieldSubmitFormatType</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="GrapeCity_Documents_Excel_FormFieldSubmitFormatType_FDF">FDF</td>
        <td><p>Field names and values are submitted in Forms Data Format (FDF).</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_FormFieldSubmitFormatType_HtmlForm">HtmlForm</td>
        <td><p>Field names and values are submitted in HTML Form format.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_FormFieldSubmitFormatType_PDF">PDF</td>
        <td><p>Document is submitted as PDF, using the MIME content type &quot;application/pdf&quot;.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_FormFieldSubmitFormatType_XFDF">XFDF</td>
        <td><p>Field names and values are submitted as XFDF.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
