# FarPoint.Web.Spread.DocumentMode

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="FarPoint_Web_Spread_DocumentMode" data-uid="FarPoint.Web.Spread.DocumentMode" class="text-break">DocumentMode Enum
</h1>
  <div class="markdown level0 summary"><p>Determines how the Spread control renders content for a specific browser mode.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="FarPoint.Web.Spread.html">FarPoint.Web.Spread</a></h6>
  <h6><strong>Assembly</strong>: FarPoint.Web.Spread.dll</h6>
  <h5 id="FarPoint_Web_Spread_DocumentMode_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum DocumentMode</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum DocumentMode</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="FarPoint_Web_Spread_DocumentMode_IE10">IE10</td>
        <td><p>Indicates the Spread will render content for Internet Explorer 10</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_DocumentMode_IE11">IE11</td>
        <td><p>Indicates the Spread will render content for Internet Explorer 11</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_DocumentMode_IE7">IE7</td>
        <td><p>Indicates the Spread will render content for Internet Explorer 7</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_DocumentMode_IE8">IE8</td>
        <td><p>Indicates the Spread will render content for Internet Explorer 8</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_DocumentMode_IE9">IE9</td>
        <td><p>Indicates the Spread will render content for Internet Explorer 9</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_DocumentMode_NotSet">NotSet</td>
        <td><p>Default value. The Spread control automatically detects the mode that the browser is using so it can render content properly.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
