# C1.Document.C1LinkTarget

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Document_C1LinkTarget" data-uid="C1.Document.C1LinkTarget" class="text-break">C1LinkTarget Class
</h1>
  <div class="markdown level0 summary"><p>Defines a link to another document or a location within the same document.</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"><a class="xref" href="C1.Document.C1LinkTargetBase.html">C1LinkTargetBase</a></div>
    <div class="level2"><span class="xref">C1LinkTarget</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_C1LinkTarget_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class C1LinkTarget : C1LinkTargetBase</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class C1LinkTarget
    Inherits C1LinkTargetBase</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_C1LinkTarget__ctor_C1_Document_C1DocumentAction_System_String_" data-uid="C1.Document.C1LinkTarget.#ctor(C1.Document.C1DocumentAction,System.String)">
          <a class="xref" href="C1.Document.C1LinkTarget.-ctor.html#C1_Document_C1LinkTarget__ctor_C1_Document_C1DocumentAction_System_String_">C1LinkTarget(C1DocumentAction, string)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.Document.C1LinkTarget.html">C1LinkTarget</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_Document_C1LinkTarget_Bookmark" data-uid="C1.Document.C1LinkTarget.Bookmark">
          <a class="xref" href="C1.Document.C1LinkTarget.Bookmark.html#C1_Document_C1LinkTarget_Bookmark">Bookmark</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the bookmark within document.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Document_C1LinkTarget_DocumentAction" data-uid="C1.Document.C1LinkTarget.DocumentAction">
          <a class="xref" href="C1.Document.C1LinkTarget.DocumentAction.html#C1_Document_C1LinkTarget_DocumentAction">DocumentAction</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the <a class="xref" href="C1.Document.C1DocumentAction.html">C1DocumentAction</a> object defining the action
to execute when navigating by this link.
Can be null, in this case <a class="xref" href="C1.Document.C1LinkTargetBase.html">C1LinkTargetBase</a> does not change the current document.</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_C1LinkTarget_Equals_System_Object_" data-uid="C1.Document.C1LinkTarget.Equals(System.Object)">
          <a class="xref" href="C1.Document.C1LinkTarget.Equals.html#C1_Document_C1LinkTarget_Equals_System_Object_">Equals(object)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Document_C1LinkTarget_GetHashCode" data-uid="C1.Document.C1LinkTarget.GetHashCode">
          <a class="xref" href="C1.Document.C1LinkTarget.GetHashCode.html#C1_Document_C1LinkTarget_GetHashCode">GetHashCode()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
    </tbody>
  </table>

</div>
