# C1.C1Preview.PageResolvedInfo

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_C1Preview_PageResolvedInfo" data-uid="C1.C1Preview.PageResolvedInfo" class="text-break">PageResolvedInfo Class
</h1>
  <div class="markdown level0 summary"><p>Provides properties that allow to retrieve information about
a resolved <a class="xref" href="C1.C1Preview.C1Page.html">C1Page</a>, such as the actual absolute page size,
absolute margin values and so on.
All size and length values provided by this class are absolute,
expressed in <a class="xref" href="C1.C1Preview.C1PrintDocument.ResolvedUnit.html#C1_C1Preview_C1PrintDocument_ResolvedUnit">ResolvedUnit</a>.</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">PageResolvedInfo</span></div>
  </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_PageResolvedInfo_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class PageResolvedInfo</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class PageResolvedInfo</code></pre>
  </div>
  <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_PageResolvedInfo_ColumnBounds" data-uid="C1.C1Preview.PageResolvedInfo.ColumnBounds">
          <a class="xref" href="C1.C1Preview.PageResolvedInfo.ColumnBounds.html#C1_C1Preview_PageResolvedInfo_ColumnBounds">ColumnBounds</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the array of <a class="xref" href="C1.C1Preview.RectangleD.html">RectangleD</a> values specifying
the column bounds on the current page,
in <a class="xref" href="C1.C1Preview.C1PrintDocument.ResolvedUnit.html#C1_C1Preview_C1PrintDocument_ResolvedUnit">ResolvedUnit</a> units.
Column bounds do not include page margins,
page header and footer areas, and gaps between the columns.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_PageResolvedInfo_ColumnCount" data-uid="C1.C1Preview.PageResolvedInfo.ColumnCount">
          <a class="xref" href="C1.C1Preview.PageResolvedInfo.ColumnCount.html#C1_C1Preview_PageResolvedInfo_ColumnCount">ColumnCount</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the number of columns on the current page.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_PageResolvedInfo_Page" data-uid="C1.C1Preview.PageResolvedInfo.Page">
          <a class="xref" href="C1.C1Preview.PageResolvedInfo.Page.html#C1_C1Preview_PageResolvedInfo_Page">Page</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the <a class="xref" href="C1.C1Preview.C1Page.html">C1Page</a> object associated with the current <a class="xref" href="C1.C1Preview.PageResolvedInfo.html">PageResolvedInfo</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_PageResolvedInfo_PageBounds" data-uid="C1.C1Preview.PageResolvedInfo.PageBounds">
          <a class="xref" href="C1.C1Preview.PageResolvedInfo.PageBounds.html#C1_C1Preview_PageResolvedInfo_PageBounds">PageBounds</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the area of the current page within the margins, relative to the
left top corner of the page,
in <a class="xref" href="C1.C1Preview.C1PrintDocument.ResolvedUnit.html#C1_C1Preview_C1PrintDocument_ResolvedUnit">ResolvedUnit</a> units.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_PageResolvedInfo_PageFooterBounds" data-uid="C1.C1Preview.PageResolvedInfo.PageFooterBounds">
          <a class="xref" href="C1.C1Preview.PageResolvedInfo.PageFooterBounds.html#C1_C1Preview_PageResolvedInfo_PageFooterBounds">PageFooterBounds</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the bounds of the footer area on the current page,
in <a class="xref" href="C1.C1Preview.C1PrintDocument.ResolvedUnit.html#C1_C1Preview_C1PrintDocument_ResolvedUnit">ResolvedUnit</a> units.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_PageResolvedInfo_PageHeaderBounds" data-uid="C1.C1Preview.PageResolvedInfo.PageHeaderBounds">
          <a class="xref" href="C1.C1Preview.PageResolvedInfo.PageHeaderBounds.html#C1_C1Preview_PageResolvedInfo_PageHeaderBounds">PageHeaderBounds</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the bounds of the header area on the current page,
in <a class="xref" href="C1.C1Preview.C1PrintDocument.ResolvedUnit.html#C1_C1Preview_C1PrintDocument_ResolvedUnit">ResolvedUnit</a> units.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_PageResolvedInfo_PageMargins" data-uid="C1.C1Preview.PageResolvedInfo.PageMargins">
          <a class="xref" href="C1.C1Preview.PageResolvedInfo.PageMargins.html#C1_C1Preview_PageResolvedInfo_PageMargins">PageMargins</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the current page margins,
in <a class="xref" href="C1.C1Preview.C1PrintDocument.ResolvedUnit.html#C1_C1Preview_C1PrintDocument_ResolvedUnit">ResolvedUnit</a> units.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_PageResolvedInfo_PageSize" data-uid="C1.C1Preview.PageResolvedInfo.PageSize">
          <a class="xref" href="C1.C1Preview.PageResolvedInfo.PageSize.html#C1_C1Preview_PageResolvedInfo_PageSize">PageSize</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the total size of the current page, including margins (i.e. &quot;paper size&quot;),
in <a class="xref" href="C1.C1Preview.C1PrintDocument.ResolvedUnit.html#C1_C1Preview_C1PrintDocument_ResolvedUnit">ResolvedUnit</a> units.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
