# C1.Document.C1Hyperlink

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Document_C1Hyperlink" data-uid="C1.Document.C1Hyperlink" class="text-break">C1Hyperlink Class
</h1>
  <div class="markdown level0 summary"><p>Represents a hyperlink in a document.
A hyperlink may be assigned to a <span class="xref">C1.Document.RenderObject</span>'s <span class="xref">C1.Document.RenderObject.Hyperlink</span>,
or a <span class="xref">C1.Document.RenderParagraphObject</span>'s <span class="xref">C1.Document.RenderParagraphObject.Hyperlink</span> property.
In that case clicking on that object in a viewer will jump to the hyperlink's <a class="xref" href="C1.Document.C1Hyperlink.LinkTarget.html#C1_Document_C1Hyperlink_LinkTarget">LinkTarget</a>.</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">C1Hyperlink</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Document.html">C1.Document</a></h6>
  <h6><strong>Assembly</strong>: C1.Document.dll</h6>
  <h5 id="C1_Document_C1Hyperlink_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class C1Hyperlink</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class C1Hyperlink</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_Document_C1Hyperlink__ctor" data-uid="C1.Document.C1Hyperlink.#ctor">
          <a class="xref" href="C1.Document.C1Hyperlink.-ctor.html#C1_Document_C1Hyperlink__ctor">C1Hyperlink()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.Document.C1Hyperlink.html">C1Hyperlink</a> class.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Document_C1Hyperlink__ctor_C1_Document_C1LinkTargetBase_" data-uid="C1.Document.C1Hyperlink.#ctor(C1.Document.C1LinkTargetBase)">
          <a class="xref" href="C1.Document.C1Hyperlink.-ctor.html#C1_Document_C1Hyperlink__ctor_C1_Document_C1LinkTargetBase_">C1Hyperlink(C1LinkTargetBase)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.Document.C1Hyperlink.html">C1Hyperlink</a> class,
assigning its <a class="xref" href="C1.Document.C1Hyperlink.LinkTarget.html#C1_Document_C1Hyperlink_LinkTarget">LinkTarget</a> to the specified <a class="xref" href="C1.Document.C1LinkTargetBase.html">C1LinkTargetBase</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Document_C1Hyperlink__ctor_C1_Document_C1LinkTargetBase_System_String_" data-uid="C1.Document.C1Hyperlink.#ctor(C1.Document.C1LinkTargetBase,System.String)">
          <a class="xref" href="C1.Document.C1Hyperlink.-ctor.html#C1_Document_C1Hyperlink__ctor_C1_Document_C1LinkTargetBase_System_String_">C1Hyperlink(C1LinkTargetBase, string)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.Document.C1Hyperlink.html">C1Hyperlink</a> class,
assigning its <a class="xref" href="C1.Document.C1Hyperlink.LinkTarget.html#C1_Document_C1Hyperlink_LinkTarget">LinkTarget</a> to the specified <a class="xref" href="C1.Document.C1LinkTargetBase.html">C1LinkTargetBase</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Document_C1Hyperlink__ctor_C1_Document_C1LinkTargetBase_System_String_System_Object_" data-uid="C1.Document.C1Hyperlink.#ctor(C1.Document.C1LinkTargetBase,System.String,System.Object)">
          <a class="xref" href="C1.Document.C1Hyperlink.-ctor.html#C1_Document_C1Hyperlink__ctor_C1_Document_C1LinkTargetBase_System_String_System_Object_">C1Hyperlink(C1LinkTargetBase, string, object)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.Document.C1Hyperlink.html">C1Hyperlink</a> class,
assigning its <a class="xref" href="C1.Document.C1Hyperlink.LinkTarget.html#C1_Document_C1Hyperlink_LinkTarget">LinkTarget</a> to the specified <a class="xref" href="C1.Document.C1LinkTargetBase.html">C1LinkTargetBase</a>.</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_Document_C1Hyperlink_LinkTarget" data-uid="C1.Document.C1Hyperlink.LinkTarget">
          <a class="xref" href="C1.Document.C1Hyperlink.LinkTarget.html#C1_Document_C1Hyperlink_LinkTarget">LinkTarget</a>
        </td>
        <td class="markdown level1 summary"><p>Determines the target of the current hyperlink.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Document_C1Hyperlink_StatusText" data-uid="C1.Document.C1Hyperlink.StatusText">
          <a class="xref" href="C1.Document.C1Hyperlink.StatusText.html#C1_Document_C1Hyperlink_StatusText">StatusText</a>
        </td>
        <td class="markdown level1 summary"><p>Text shown in the status line when the mouse is over the link
(when the document is viewed in a <b>C1PrintPreview</b>).</p>
</td>
      </tr>
      <tr>
        <td id="C1_Document_C1Hyperlink_Tag" data-uid="C1.Document.C1Hyperlink.Tag">
          <a class="xref" href="C1.Document.C1Hyperlink.Tag.html#C1_Document_C1Hyperlink_Tag">Tag</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets arbitrary data associated with the current hyperlink.</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_Document_C1Hyperlink_AssignFrom_C1_Document_C1Hyperlink_" data-uid="C1.Document.C1Hyperlink.AssignFrom(C1.Document.C1Hyperlink)">
          <a class="xref" href="C1.Document.C1Hyperlink.AssignFrom.html#C1_Document_C1Hyperlink_AssignFrom_C1_Document_C1Hyperlink_">AssignFrom(C1Hyperlink)</a>
        </td>
        <td class="markdown level1 summary"><p>Copies the properties of the specified object to the current object.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Document_C1Hyperlink_Clone" data-uid="C1.Document.C1Hyperlink.Clone">
          <a class="xref" href="C1.Document.C1Hyperlink.Clone.html#C1_Document_C1Hyperlink_Clone">Clone()</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a copy of the current object.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
