# C1.C1Preview.C1AnchorInfo

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_C1Preview_C1AnchorInfo" data-uid="C1.C1Preview.C1AnchorInfo" class="text-break">C1AnchorInfo Class
</h1>
  <div class="markdown level0 summary"><p>Helper class containing additional information about a <a class="xref" href="C1.C1Preview.C1Anchor.html">C1Anchor</a> within a 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"><span class="xref">C1AnchorInfo</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_C1AnchorInfo_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[C1ClassSerialization(true)]
public class C1AnchorInfo</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;C1ClassSerialization(True)&gt;
Public Class C1AnchorInfo</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_C1AnchorInfo__ctor_C1_C1Preview_C1Anchor_C1_C1Preview_C1Page_C1_C1Preview_RectangleD_" data-uid="C1.C1Preview.C1AnchorInfo.#ctor(C1.C1Preview.C1Anchor,C1.C1Preview.C1Page,C1.C1Preview.RectangleD)">
          <a class="xref" href="C1.C1Preview.C1AnchorInfo.-ctor.html#C1_C1Preview_C1AnchorInfo__ctor_C1_C1Preview_C1Anchor_C1_C1Preview_C1Page_C1_C1Preview_RectangleD_">C1AnchorInfo(C1Anchor, C1Page, RectangleD)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.C1Preview.C1AnchorInfo.html">C1AnchorInfo</a> class.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_C1AnchorInfo__ctor_C1_C1Preview_C1Anchor_C1_C1Preview_DocumentLocation_" data-uid="C1.C1Preview.C1AnchorInfo.#ctor(C1.C1Preview.C1Anchor,C1.C1Preview.DocumentLocation)">
          <a class="xref" href="C1.C1Preview.C1AnchorInfo.-ctor.html#C1_C1Preview_C1AnchorInfo__ctor_C1_C1Preview_C1Anchor_C1_C1Preview_DocumentLocation_">C1AnchorInfo(C1Anchor, DocumentLocation)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.C1Preview.C1AnchorInfo.html">C1AnchorInfo</a> class.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_C1AnchorInfo__ctor_C1_C1Preview_C1Anchor_System_Int32_C1_C1Preview_PointD_" data-uid="C1.C1Preview.C1AnchorInfo.#ctor(C1.C1Preview.C1Anchor,System.Int32,C1.C1Preview.PointD)">
          <a class="xref" href="C1.C1Preview.C1AnchorInfo.-ctor.html#C1_C1Preview_C1AnchorInfo__ctor_C1_C1Preview_C1Anchor_System_Int32_C1_C1Preview_PointD_">C1AnchorInfo(C1Anchor, int, PointD)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.C1Preview.C1AnchorInfo.html">C1AnchorInfo</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_C1AnchorInfo_Anchor" data-uid="C1.C1Preview.C1AnchorInfo.Anchor">
          <a class="xref" href="C1.C1Preview.C1AnchorInfo.Anchor.html#C1_C1Preview_C1AnchorInfo_Anchor">Anchor</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the <a class="xref" href="C1.C1Preview.C1Anchor.html">C1Anchor</a> associated with the current object.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_C1AnchorInfo_DocumentLocation" data-uid="C1.C1Preview.C1AnchorInfo.DocumentLocation">
          <a class="xref" href="C1.C1Preview.C1AnchorInfo.DocumentLocation.html#C1_C1Preview_C1AnchorInfo_DocumentLocation">DocumentLocation</a>
        </td>
        <td class="markdown level1 summary"><p>Gets <a class="xref" href="C1.C1Preview.C1AnchorInfo.DocumentLocation.html#C1_C1Preview_C1AnchorInfo_DocumentLocation">DocumentLocation</a> object defining position of anchor in document.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_C1AnchorInfo_PageIndex" data-uid="C1.C1Preview.C1AnchorInfo.PageIndex">
          <a class="xref" href="C1.C1Preview.C1AnchorInfo.PageIndex.html#C1_C1Preview_C1AnchorInfo_PageIndex">PageIndex</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the 0-based index of the page containing the anchor.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_C1AnchorInfo_Point" data-uid="C1.C1Preview.C1AnchorInfo.Point">
          <a class="xref" href="C1.C1Preview.C1AnchorInfo.Point.html#C1_C1Preview_C1AnchorInfo_Point">Point</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the position of the anchor on page.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
