# C1.C1Preview.C1HyperlinkInfo

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_C1Preview_C1HyperlinkInfo" data-uid="C1.C1Preview.C1HyperlinkInfo" class="text-break">C1HyperlinkInfo Class
</h1>
  <div class="markdown level0 summary"><p>Helper class containing additional information about a <a class="xref" href="C1.C1Preview.C1Hyperlink.html">C1Hyperlink</a>
(the list of pages and areas on those pages where that hyperlink occurs).</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</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.C1Preview.html">C1.C1Preview</a></h6>
  <h6><strong>Assembly</strong>: C1.WPF.PrintDocument.4.6.2.dll</h6>
  <h5 id="C1_C1Preview_C1HyperlinkInfo_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class C1HyperlinkInfo</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class C1HyperlinkInfo</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__ctor_C1_C1Preview_C1Hyperlink_C1_C1Preview_C1LinkTarget_" data-uid="C1.C1Preview.C1HyperlinkInfo.#ctor(C1.C1Preview.C1Hyperlink,C1.C1Preview.C1LinkTarget)">
          <a class="xref" href="C1.C1Preview.C1HyperlinkInfo.-ctor.html#C1_C1Preview_C1HyperlinkInfo__ctor_C1_C1Preview_C1Hyperlink_C1_C1Preview_C1LinkTarget_">C1HyperlinkInfo(C1Hyperlink, C1LinkTarget)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.C1Preview.C1HyperlinkInfo.html">C1HyperlinkInfo</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_Areas" data-uid="C1.C1Preview.C1HyperlinkInfo.Areas">
          <a class="xref" href="C1.C1Preview.C1HyperlinkInfo.Areas.html#C1_C1Preview_C1HyperlinkInfo_Areas">Areas</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the <a class="xref" href="C1.C1Preview.C1HyperlinkInfo.AreaCollection.html">C1HyperlinkInfo.AreaCollection</a> containing the areas
occupied by the hyperlink on different <a class="xref" href="C1.C1Preview.RenderFragment.html">RenderFragment</a> objects.
Typically this collection would contain just one element, but can
contain more if the hyperlink is split between pages.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_C1HyperlinkInfo_Hyperlink" data-uid="C1.C1Preview.C1HyperlinkInfo.Hyperlink">
          <a class="xref" href="C1.C1Preview.C1HyperlinkInfo.Hyperlink.html#C1_C1Preview_C1HyperlinkInfo_Hyperlink">Hyperlink</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the <a class="xref" href="C1.C1Preview.C1Hyperlink.html">C1Hyperlink</a> associated with the current object.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_C1HyperlinkInfo_LinkTarget" data-uid="C1.C1Preview.C1HyperlinkInfo.LinkTarget">
          <a class="xref" href="C1.C1Preview.C1HyperlinkInfo.LinkTarget.html#C1_C1Preview_C1HyperlinkInfo_LinkTarget">LinkTarget</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the <a class="xref" href="C1.C1Preview.C1LinkTarget.html">C1LinkTarget</a> where hyperlink points, it can differ
from Hyperlink.LinkTarget if Linktarget contains calculated fields.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_C1HyperlinkInfo_State" data-uid="C1.C1Preview.C1HyperlinkInfo.State">
          <a class="xref" href="C1.C1Preview.C1HyperlinkInfo.State.html#C1_C1Preview_C1HyperlinkInfo_State">State</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets value of <a class="xref" href="C1.C1Preview.C1Hyperlink.State.html#C1_C1Preview_C1Hyperlink_State">State</a> property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_C1HyperlinkInfo_StatusText" data-uid="C1.C1Preview.C1HyperlinkInfo.StatusText">
          <a class="xref" href="C1.C1Preview.C1HyperlinkInfo.StatusText.html#C1_C1Preview_C1HyperlinkInfo_StatusText">StatusText</a>
        </td>
        <td class="markdown level1 summary"><p>Gets value of <a class="xref" href="C1.C1Preview.C1Hyperlink.StatusText.html#C1_C1Preview_C1Hyperlink_StatusText">StatusText</a> property.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
