# C1.C1Preview.C1LinkTargetDocumentLocation

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_C1Preview_C1LinkTargetDocumentLocation" data-uid="C1.C1Preview.C1LinkTargetDocumentLocation" class="text-break">C1LinkTargetDocumentLocation Class
</h1>
  <div class="markdown level0 summary"><p>Describes a <a class="xref" href="C1.C1Preview.C1LinkTarget.html">C1LinkTarget</a> pointing to an object within the current document
that supports the <a class="xref" href="C1.C1Preview.IDocumentLocation.html">IDocumentLocation</a> interface.
Types supporting that interface include <a class="xref" href="C1.C1Preview.RenderObject.html">RenderObject</a>,
<a class="xref" href="C1.C1Preview.ParagraphObject.html">ParagraphObject</a>, <a class="xref" href="C1.C1Preview.C1Page.html">C1Page</a>, and table elements (rows, columns, etc.).</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.C1Preview.C1LinkTarget.html">C1LinkTarget</a></div>
    <div class="level2"><span class="xref">C1LinkTargetDocumentLocation</span></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_C1LinkTargetDocumentLocation_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class C1LinkTargetDocumentLocation : C1LinkTarget</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class C1LinkTargetDocumentLocation
    Inherits C1LinkTarget</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_C1LinkTargetDocumentLocation__ctor" data-uid="C1.C1Preview.C1LinkTargetDocumentLocation.#ctor">
          <a class="xref" href="C1.C1Preview.C1LinkTargetDocumentLocation.-ctor.html#C1_C1Preview_C1LinkTargetDocumentLocation__ctor">C1LinkTargetDocumentLocation()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.C1Preview.C1LinkTargetDocumentLocation.html">C1LinkTargetDocumentLocation</a> class.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_C1LinkTargetDocumentLocation__ctor_C1_C1Preview_IDocumentLocation_" data-uid="C1.C1Preview.C1LinkTargetDocumentLocation.#ctor(C1.C1Preview.IDocumentLocation)">
          <a class="xref" href="C1.C1Preview.C1LinkTargetDocumentLocation.-ctor.html#C1_C1Preview_C1LinkTargetDocumentLocation__ctor_C1_C1Preview_IDocumentLocation_">C1LinkTargetDocumentLocation(IDocumentLocation)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.C1Preview.C1LinkTargetDocumentLocation.html">C1LinkTargetDocumentLocation</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_C1LinkTargetDocumentLocation_DocumentLocation" data-uid="C1.C1Preview.C1LinkTargetDocumentLocation.DocumentLocation">
          <a class="xref" href="C1.C1Preview.C1LinkTargetDocumentLocation.DocumentLocation.html#C1_C1Preview_C1LinkTargetDocumentLocation_DocumentLocation">DocumentLocation</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the target object supporting the <a class="xref" href="C1.C1Preview.IDocumentLocation.html">IDocumentLocation</a> interface.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
