# C1.C1Preview.C1Hyperlink

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_C1Preview_C1Hyperlink" data-uid="C1.C1Preview.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 <a class="xref" href="C1.C1Preview.RenderObject.html">RenderObject</a>'s <a class="xref" href="C1.C1Preview.RenderObject.Hyperlink.html#C1_C1Preview_RenderObject_Hyperlink">Hyperlink</a>,
or a <a class="xref" href="C1.C1Preview.ParagraphObject.html">ParagraphObject</a>'s <a class="xref" href="C1.C1Preview.ParagraphObject.Hyperlink.html#C1_C1Preview_ParagraphObject_Hyperlink">Hyperlink</a> property.
In that case clicking on that object in a viewer will jump to the hyperlink's <a class="xref" href="C1.C1Preview.C1Hyperlink.LinkTarget.html#C1_C1Preview_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>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.icloneable">ICloneable</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_C1Hyperlink_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[C1ClassSerialization(true)]
public class C1Hyperlink : ICloneable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;C1ClassSerialization(True)&gt;
Public Class C1Hyperlink
    Implements ICloneable</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_C1Hyperlink__ctor" data-uid="C1.C1Preview.C1Hyperlink.#ctor">
          <a class="xref" href="C1.C1Preview.C1Hyperlink.-ctor.html#C1_C1Preview_C1Hyperlink__ctor">C1Hyperlink()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.C1Preview.C1Hyperlink.html">C1Hyperlink</a> class.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_C1Hyperlink__ctor_C1_C1Preview_C1LinkTarget_" data-uid="C1.C1Preview.C1Hyperlink.#ctor(C1.C1Preview.C1LinkTarget)">
          <a class="xref" href="C1.C1Preview.C1Hyperlink.-ctor.html#C1_C1Preview_C1Hyperlink__ctor_C1_C1Preview_C1LinkTarget_">C1Hyperlink(C1LinkTarget)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.C1Preview.C1Hyperlink.html">C1Hyperlink</a> class,
assigning its <a class="xref" href="C1.C1Preview.C1Hyperlink.LinkTarget.html#C1_C1Preview_C1Hyperlink_LinkTarget">LinkTarget</a> to the specified <a class="xref" href="C1.C1Preview.C1LinkTarget.html">C1LinkTarget</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_C1Hyperlink__ctor_C1_C1Preview_C1LinkTarget_System_String_" data-uid="C1.C1Preview.C1Hyperlink.#ctor(C1.C1Preview.C1LinkTarget,System.String)">
          <a class="xref" href="C1.C1Preview.C1Hyperlink.-ctor.html#C1_C1Preview_C1Hyperlink__ctor_C1_C1Preview_C1LinkTarget_System_String_">C1Hyperlink(C1LinkTarget, string)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.C1Preview.C1Hyperlink.html">C1Hyperlink</a> class,
assigning its <a class="xref" href="C1.C1Preview.C1Hyperlink.LinkTarget.html#C1_C1Preview_C1Hyperlink_LinkTarget">LinkTarget</a> to the specified <a class="xref" href="C1.C1Preview.C1LinkTarget.html">C1LinkTarget</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_C1Hyperlink__ctor_C1_C1Preview_C1LinkTarget_System_String_System_Object_" data-uid="C1.C1Preview.C1Hyperlink.#ctor(C1.C1Preview.C1LinkTarget,System.String,System.Object)">
          <a class="xref" href="C1.C1Preview.C1Hyperlink.-ctor.html#C1_C1Preview_C1Hyperlink__ctor_C1_C1Preview_C1LinkTarget_System_String_System_Object_">C1Hyperlink(C1LinkTarget, string, object)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.C1Preview.C1Hyperlink.html">C1Hyperlink</a> class,
assigning its <a class="xref" href="C1.C1Preview.C1Hyperlink.LinkTarget.html#C1_C1Preview_C1Hyperlink_LinkTarget">LinkTarget</a> to the specified <a class="xref" href="C1.C1Preview.C1LinkTarget.html">C1LinkTarget</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_C1Hyperlink__ctor_C1_C1Preview_ParagraphObject_" data-uid="C1.C1Preview.C1Hyperlink.#ctor(C1.C1Preview.ParagraphObject)">
          <a class="xref" href="C1.C1Preview.C1Hyperlink.-ctor.html#C1_C1Preview_C1Hyperlink__ctor_C1_C1Preview_ParagraphObject_">C1Hyperlink(ParagraphObject)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.C1Preview.C1Hyperlink.html">C1Hyperlink</a> class,
assigning its <a class="xref" href="C1.C1Preview.C1Hyperlink.LinkTarget.html#C1_C1Preview_C1Hyperlink_LinkTarget">LinkTarget</a> to a <a class="xref" href="C1.C1Preview.C1LinkTargetDocumentLocation.html">C1LinkTargetDocumentLocation</a>
associated with the specified <a class="xref" href="C1.C1Preview.ParagraphObject.html">ParagraphObject</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_C1Hyperlink__ctor_C1_C1Preview_RenderObject_" data-uid="C1.C1Preview.C1Hyperlink.#ctor(C1.C1Preview.RenderObject)">
          <a class="xref" href="C1.C1Preview.C1Hyperlink.-ctor.html#C1_C1Preview_C1Hyperlink__ctor_C1_C1Preview_RenderObject_">C1Hyperlink(RenderObject)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.C1Preview.C1Hyperlink.html">C1Hyperlink</a> class,
assigning its <a class="xref" href="C1.C1Preview.C1Hyperlink.LinkTarget.html#C1_C1Preview_C1Hyperlink_LinkTarget">LinkTarget</a> to a <a class="xref" href="C1.C1Preview.C1LinkTargetDocumentLocation.html">C1LinkTargetDocumentLocation</a>
associated with the specified <a class="xref" href="C1.C1Preview.RenderObject.html">RenderObject</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_C1Hyperlink__ctor_System_String_" data-uid="C1.C1Preview.C1Hyperlink.#ctor(System.String)">
          <a class="xref" href="C1.C1Preview.C1Hyperlink.-ctor.html#C1_C1Preview_C1Hyperlink__ctor_System_String_">C1Hyperlink(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.C1Preview.C1Hyperlink.html">C1Hyperlink</a> class,
assigning its <a class="xref" href="C1.C1Preview.C1Hyperlink.LinkTarget.html#C1_C1Preview_C1Hyperlink_LinkTarget">LinkTarget</a> to a <a class="xref" href="C1.C1Preview.C1LinkTargetAnchor.html">C1LinkTargetAnchor</a>
associated with the specified anchor name.</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_C1Hyperlink_LinkTarget" data-uid="C1.C1Preview.C1Hyperlink.LinkTarget">
          <a class="xref" href="C1.C1Preview.C1Hyperlink.LinkTarget.html#C1_C1Preview_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_C1Preview_C1Hyperlink_PdfURL" data-uid="C1.C1Preview.C1Hyperlink.PdfURL">
          <a class="xref" href="C1.C1Preview.C1Hyperlink.PdfURL.html#C1_C1Preview_C1Hyperlink_PdfURL">PdfURL</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the destination URL of the current hyperlink in Adobe PDF format.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_C1Hyperlink_State" data-uid="C1.C1Preview.C1Hyperlink.State">
          <a class="xref" href="C1.C1Preview.C1Hyperlink.State.html#C1_C1Preview_C1Hyperlink_State">State</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the state of the current hyperlink.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_C1Hyperlink_StatusText" data-uid="C1.C1Preview.C1Hyperlink.StatusText">
          <a class="xref" href="C1.C1Preview.C1Hyperlink.StatusText.html#C1_C1Preview_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_C1Preview_C1Hyperlink_UserData" data-uid="C1.C1Preview.C1Hyperlink.UserData">
          <a class="xref" href="C1.C1Preview.C1Hyperlink.UserData.html#C1_C1Preview_C1Hyperlink_UserData">UserData</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_C1Preview_C1Hyperlink_AssignFrom_C1_C1Preview_C1Hyperlink_" data-uid="C1.C1Preview.C1Hyperlink.AssignFrom(C1.C1Preview.C1Hyperlink)">
          <a class="xref" href="C1.C1Preview.C1Hyperlink.AssignFrom.html#C1_C1Preview_C1Hyperlink_AssignFrom_C1_C1Preview_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_C1Preview_C1Hyperlink_Clone" data-uid="C1.C1Preview.C1Hyperlink.Clone">
          <a class="xref" href="C1.C1Preview.C1Hyperlink.Clone.html#C1_C1Preview_C1Hyperlink_Clone">Clone()</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a copy of the current object.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
