# C1.Document.C1LinkTargetPage

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Document_C1LinkTargetPage" data-uid="C1.Document.C1LinkTargetPage" class="text-break">C1LinkTargetPage Class
</h1>
  <div class="markdown level0 summary"><p>Defines a link to another document or a location within the same document via page index and area within the page.</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">C1LinkTargetPage</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_C1LinkTargetPage_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class C1LinkTargetPage : C1LinkTargetBase</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class C1LinkTargetPage
    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_C1LinkTargetPage__ctor_C1_Document_C1DocumentAction_System_Int32_C1_Interop_Rect_" data-uid="C1.Document.C1LinkTargetPage.#ctor(C1.Document.C1DocumentAction,System.Int32,C1.Interop.Rect)">
          <a class="xref" href="C1.Document.C1LinkTargetPage.-ctor.html#C1_Document_C1LinkTargetPage__ctor_C1_Document_C1DocumentAction_System_Int32_C1_Interop_Rect_">C1LinkTargetPage(C1DocumentAction, int, Rect)</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_C1LinkTargetPage_DocumentAction" data-uid="C1.Document.C1LinkTargetPage.DocumentAction">
          <a class="xref" href="C1.Document.C1LinkTargetPage.DocumentAction.html#C1_Document_C1LinkTargetPage_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>
      <tr>
        <td id="C1_Document_C1LinkTargetPage_PageBounds" data-uid="C1.Document.C1LinkTargetPage.PageBounds">
          <a class="xref" href="C1.Document.C1LinkTargetPage.PageBounds.html#C1_Document_C1LinkTargetPage_PageBounds">PageBounds</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the are on the page.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Document_C1LinkTargetPage_PageIndex" data-uid="C1.Document.C1LinkTargetPage.PageIndex">
          <a class="xref" href="C1.Document.C1LinkTargetPage.PageIndex.html#C1_Document_C1LinkTargetPage_PageIndex">PageIndex</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the index of the page within 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_C1LinkTargetPage_Equals_System_Object_" data-uid="C1.Document.C1LinkTargetPage.Equals(System.Object)">
          <a class="xref" href="C1.Document.C1LinkTargetPage.Equals.html#C1_Document_C1LinkTargetPage_Equals_System_Object_">Equals(object)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Document_C1LinkTargetPage_GetHashCode" data-uid="C1.Document.C1LinkTargetPage.GetHashCode">
          <a class="xref" href="C1.Document.C1LinkTargetPage.GetHashCode.html#C1_Document_C1LinkTargetPage_GetHashCode">GetHashCode()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
    </tbody>
  </table>

</div>
