# C1.C1Preview.C1LinkTargetPage

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_C1Preview_C1LinkTargetPage" data-uid="C1.C1Preview.C1LinkTargetPage" class="text-break">C1LinkTargetPage Class
</h1>
  <div class="markdown level0 summary"><p>Describes a <a class="xref" href="C1.C1Preview.C1LinkTarget.html">C1LinkTarget</a> pointing to another page in the current 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.C1Preview.C1LinkTarget.html">C1LinkTarget</a></div>
    <div class="level2"><span class="xref">C1LinkTargetPage</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_C1LinkTargetPage_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class C1LinkTargetPage : C1LinkTarget</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class C1LinkTargetPage
    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_C1LinkTargetPage__ctor" data-uid="C1.C1Preview.C1LinkTargetPage.#ctor">
          <a class="xref" href="C1.C1Preview.C1LinkTargetPage.-ctor.html#C1_C1Preview_C1LinkTargetPage__ctor">C1LinkTargetPage()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.C1Preview.C1LinkTargetPage.html">C1LinkTargetPage</a> class.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_C1LinkTargetPage__ctor_C1_C1Preview_PageJumpTypeEnum_" data-uid="C1.C1Preview.C1LinkTargetPage.#ctor(C1.C1Preview.PageJumpTypeEnum)">
          <a class="xref" href="C1.C1Preview.C1LinkTargetPage.-ctor.html#C1_C1Preview_C1LinkTargetPage__ctor_C1_C1Preview_PageJumpTypeEnum_">C1LinkTargetPage(PageJumpTypeEnum)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.C1Preview.C1LinkTargetPage.html">C1LinkTargetPage</a> class.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_C1LinkTargetPage__ctor_C1_C1Preview_PageJumpTypeEnum_System_Int32_" data-uid="C1.C1Preview.C1LinkTargetPage.#ctor(C1.C1Preview.PageJumpTypeEnum,System.Int32)">
          <a class="xref" href="C1.C1Preview.C1LinkTargetPage.-ctor.html#C1_C1Preview_C1LinkTargetPage__ctor_C1_C1Preview_PageJumpTypeEnum_System_Int32_">C1LinkTargetPage(PageJumpTypeEnum, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.C1Preview.C1LinkTargetPage.html">C1LinkTargetPage</a> class.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_C1LinkTargetPage__ctor_System_Int32_" data-uid="C1.C1Preview.C1LinkTargetPage.#ctor(System.Int32)">
          <a class="xref" href="C1.C1Preview.C1LinkTargetPage.-ctor.html#C1_C1Preview_C1LinkTargetPage__ctor_System_Int32_">C1LinkTargetPage(int)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.C1Preview.C1LinkTargetPage.html">C1LinkTargetPage</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_C1LinkTargetPage_PageJumpType" data-uid="C1.C1Preview.C1LinkTargetPage.PageJumpType">
          <a class="xref" href="C1.C1Preview.C1LinkTargetPage.PageJumpType.html#C1_C1Preview_C1LinkTargetPage_PageJumpType">PageJumpType</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the type of page jump.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_C1LinkTargetPage_PageNo" data-uid="C1.C1Preview.C1LinkTargetPage.PageNo">
          <a class="xref" href="C1.C1Preview.C1LinkTargetPage.PageNo.html#C1_C1Preview_C1LinkTargetPage_PageNo">PageNo</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the page number to jump to.
Depending on the value of <a class="xref" href="C1.C1Preview.C1LinkTargetPage.PageJumpType.html#C1_C1Preview_C1LinkTargetPage_PageJumpType">PageJumpType</a>, specifies
an absolute (1-based) or a relative page number.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
