# C1.C1Preview.ReferenceEnum

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="C1_C1Preview_ReferenceEnum" data-uid="C1.C1Preview.ReferenceEnum" class="text-break">ReferenceEnum Enum
</h1>
  <div class="markdown level0 summary"><pre><code>&lt;p&gt;For internal use.&lt;/p&gt;
</code></pre>
<p>Specifies a referenced object in an expression in a <a class="xref" href="C1.C1Preview.Unit.html">Unit</a>.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.C1Preview.html">C1.C1Preview</a></h6>
  <h6><strong>Assembly</strong>: C1.WPF.PrintDocument.4.6.2.dll</h6>
  <h5 id="C1_C1Preview_ReferenceEnum_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum ReferenceEnum</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum ReferenceEnum</code></pre>
  </div>
  <h3 id="fields">Fields
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    <thead>
    </thead></thead><tbody>
      <tr>
        <td id="C1_C1Preview_ReferenceEnum_Column">Column</td>
        <td><p>The current page column.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_ReferenceEnum_Id">Id</td>
        <td><p>An object with the specified Id
(provided for backward compatibility only).</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_ReferenceEnum_Name">Name</td>
        <td><p>An object with the specified name.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_ReferenceEnum_Next">Next</td>
        <td><p>The next object at the same level as the current object.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_ReferenceEnum_Page">Page</td>
        <td><p>The current page.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_ReferenceEnum_PageIndex">PageIndex</td>
        <td><p>A page with the specific index.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_ReferenceEnum_Parent">Parent</td>
        <td><p>The parent of the current object.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_ReferenceEnum_Prev">Prev</td>
        <td><p>The previous object at the same level as the current object.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_ReferenceEnum_Self">Self</td>
        <td><p>The current object.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
