# C1.C1Preview.C1HyperlinkInfo.Area

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_C1Preview_C1HyperlinkInfo_Area" data-uid="C1.C1Preview.C1HyperlinkInfo.Area" class="text-break">C1HyperlinkInfo.Area Class
</h1>
  <div class="markdown level0 summary"><p>Describes the position of a hyperlink on a page.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <div class="inheritance">
    <h5>Inheritance</h5>
    <div class="level0"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div>
    <div class="level1"><span class="xref">C1HyperlinkInfo.Area</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.idisposable">IDisposable</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.C1Preview.html">C1.C1Preview</a></h6>
  <h6><strong>Assembly</strong>: C1.PrintDocument.4.8.dll</h6>
  <h5 id="C1_C1Preview_C1HyperlinkInfo_Area_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class C1HyperlinkInfo.Area : IDisposable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class C1HyperlinkInfo.Area
    Implements IDisposable</code></pre>
  </div>
  <h3 id="constructors">Constructors
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_C1Preview_C1HyperlinkInfo_Area__ctor_System_Int32_C1_C1Preview_RectangleD_" data-uid="C1.C1Preview.C1HyperlinkInfo.Area.#ctor(System.Int32,C1.C1Preview.RectangleD)">
          <a class="xref" href="C1.C1Preview.C1HyperlinkInfo.Area.-ctor.html#C1_C1Preview_C1HyperlinkInfo_Area__ctor_System_Int32_C1_C1Preview_RectangleD_">Area(int, RectangleD)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.C1Preview.C1HyperlinkInfo.Area.html">C1HyperlinkInfo.Area</a> class.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_C1HyperlinkInfo_Area__ctor_System_Int32_System_Drawing_Rectangle_" data-uid="C1.C1Preview.C1HyperlinkInfo.Area.#ctor(System.Int32,System.Drawing.Rectangle)">
          <a class="xref" href="C1.C1Preview.C1HyperlinkInfo.Area.-ctor.html#C1_C1Preview_C1HyperlinkInfo_Area__ctor_System_Int32_System_Drawing_Rectangle_">Area(int, Rectangle)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.C1Preview.C1HyperlinkInfo.Area.html">C1HyperlinkInfo.Area</a> class.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_C1HyperlinkInfo_Area__ctor_System_Int32_System_Drawing_Region_" data-uid="C1.C1Preview.C1HyperlinkInfo.Area.#ctor(System.Int32,System.Drawing.Region)">
          <a class="xref" href="C1.C1Preview.C1HyperlinkInfo.Area.-ctor.html#C1_C1Preview_C1HyperlinkInfo_Area__ctor_System_Int32_System_Drawing_Region_">Area(int, Region)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.C1Preview.C1HyperlinkInfo.Area.html">C1HyperlinkInfo.Area</a> class.</p>
</td>
      </tr>
    </tbody>
  </table>
  <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="C1_C1Preview_C1HyperlinkInfo_Area_PageIndex" data-uid="C1.C1Preview.C1HyperlinkInfo.Area.PageIndex">
          <a class="xref" href="C1.C1Preview.C1HyperlinkInfo.Area.PageIndex.html#C1_C1Preview_C1HyperlinkInfo_Area_PageIndex">PageIndex</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the page index of the current area.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_C1HyperlinkInfo_Area_Region" data-uid="C1.C1Preview.C1HyperlinkInfo.Area.Region">
          <a class="xref" href="C1.C1Preview.C1HyperlinkInfo.Area.Region.html#C1_C1Preview_C1HyperlinkInfo_Area_Region">Region</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the region of the current area.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="methods">Methods
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_C1Preview_C1HyperlinkInfo_Area_Dispose" data-uid="C1.C1Preview.C1HyperlinkInfo.Area.Dispose">
          <a class="xref" href="C1.C1Preview.C1HyperlinkInfo.Area.Dispose.html#C1_C1Preview_C1HyperlinkInfo_Area_Dispose">Dispose()</a>
        </td>
        <td class="markdown level1 summary"><p>Disposes the current object.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_C1HyperlinkInfo_Area_Finalize" data-uid="C1.C1Preview.C1HyperlinkInfo.Area.Finalize">
          <a class="xref" href="C1.C1Preview.C1HyperlinkInfo.Area.Finalize.html#C1_C1Preview_C1HyperlinkInfo_Area_Finalize">~Area()</a>
        </td>
        <td class="markdown level1 summary"><p>Destructs this instance.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
