# C1.C1Preview.Export.HtmlExporter.LinksLocationsEnum

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="C1_C1Preview_Export_HtmlExporter_LinksLocationsEnum" data-uid="C1.C1Preview.Export.HtmlExporter.LinksLocationsEnum" class="text-break">HtmlExporter.LinksLocationsEnum Enum
</h1>
  <div class="markdown level0 summary"><p>Defines the location of hyperlinks in the generated HTML pages.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.C1Preview.Export.html">C1.C1Preview.Export</a></h6>
  <h6><strong>Assembly</strong>: C1.PrintDocument.10.dll</h6>
  <h5 id="C1_C1Preview_Export_HtmlExporter_LinksLocationsEnum_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum HtmlExporter.LinksLocationsEnum</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum HtmlExporter.LinksLocationsEnum</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_C1Preview_Export_HtmlExporter_LinksLocationsEnum_BottomFrame">BottomFrame</td>
        <td><p>Hyperlinks are located in the bottom frame.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_Export_HtmlExporter_LinksLocationsEnum_LeftFrame">LeftFrame</td>
        <td><p>Hyperlinks are located in the left frame.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_Export_HtmlExporter_LinksLocationsEnum_None">None</td>
        <td><p>Hyperlinks are not generated.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_Export_HtmlExporter_LinksLocationsEnum_RightFrame">RightFrame</td>
        <td><p>Hyperlinks are located in the right frame.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_Export_HtmlExporter_LinksLocationsEnum_TopFrame">TopFrame</td>
        <td><p>Hyperlinks are located in the top frame.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_Export_HtmlExporter_LinksLocationsEnum_TopPage">TopPage</td>
        <td><p>Hyperlinks are located at the top of pages.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
