# C1.C1Preview.C1HyperlinkInfo.Area.-ctor

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_C1Preview_C1HyperlinkInfo_Area__ctor_" data-uid="C1.C1Preview.C1HyperlinkInfo.Area.#ctor*">Area Constructor
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_C1Preview_C1HyperlinkInfo_Area__ctor_" data-uid="C1.C1Preview.C1HyperlinkInfo.Area.#ctor*"></a>
<h4 id="C1_C1Preview_C1HyperlinkInfo_Area__ctor_System_Int32_System_Drawing_Region_" data-uid="C1.C1Preview.C1HyperlinkInfo.Area.#ctor(System.Int32,System.Drawing.Region)">Area(int, Region)</h4>
<div 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>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public Area(int pageIndex, Region region)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Sub New(pageIndex As Integer, region As Region)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Name</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a></td>
      <td><span class="parametername">pageIndex</span></td>
      <td><p>The 0-based index of the page.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.region">Region</a></td>
      <td><span class="parametername">region</span></td>
      <td><p>The region on the page.</p>
</td>
    </tr>
  </tbody>
</table>


<a id="C1_C1Preview_C1HyperlinkInfo_Area__ctor_" data-uid="C1.C1Preview.C1HyperlinkInfo.Area.#ctor*"></a>
<h4 id="C1_C1Preview_C1HyperlinkInfo_Area__ctor_System_Int32_C1_C1Preview_RectangleD_" data-uid="C1.C1Preview.C1HyperlinkInfo.Area.#ctor(System.Int32,C1.C1Preview.RectangleD)">Area(int, RectangleD)</h4>
<div 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>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public Area(int pageIndex, RectangleD rect)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Sub New(pageIndex As Integer, rect As RectangleD)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Name</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a></td>
      <td><span class="parametername">pageIndex</span></td>
      <td><p>The 0-based index of the page.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="C1.C1Preview.RectangleD.html">RectangleD</a></td>
      <td><span class="parametername">rect</span></td>
      <td><p>The rectangle on the page.</p>
</td>
    </tr>
  </tbody>
</table>


<a id="C1_C1Preview_C1HyperlinkInfo_Area__ctor_" data-uid="C1.C1Preview.C1HyperlinkInfo.Area.#ctor*"></a>
<h4 id="C1_C1Preview_C1HyperlinkInfo_Area__ctor_System_Int32_System_Drawing_Rectangle_" data-uid="C1.C1Preview.C1HyperlinkInfo.Area.#ctor(System.Int32,System.Drawing.Rectangle)">Area(int, Rectangle)</h4>
<div 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>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public Area(int pageIndex, Rectangle rect)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Sub New(pageIndex As Integer, rect As Rectangle)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Name</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a></td>
      <td><span class="parametername">pageIndex</span></td>
      <td><p>The 0-based index of the page.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.rectangle">Rectangle</a></td>
      <td><span class="parametername">rect</span></td>
      <td><p>The rectangle on the page.</p>
</td>
    </tr>
  </tbody>
</table>
</div>
