# C1.C1Preview.C1Page.ResolvedInfo

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_C1Preview_C1Page_ResolvedInfo_" data-uid="C1.C1Preview.C1Page.ResolvedInfo*">ResolvedInfo Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_C1Preview_C1Page_ResolvedInfo_" data-uid="C1.C1Preview.C1Page.ResolvedInfo*"></a>
<h4 id="C1_C1Preview_C1Page_ResolvedInfo" data-uid="C1.C1Preview.C1Page.ResolvedInfo">ResolvedInfo</h4>
<div class="markdown level1 summary"><p>Gets the <a class="xref" href="C1.C1Preview.PageResolvedInfo.html">PageResolvedInfo</a> object corresponding to the current page.
After the current page has been resolved, this property allows to retrieve
absolute values describing the geometry of the page, margins, and columns.</p>
<p>
Note that if the current page has not been resolved yet,
the value of this property is <b>null</b>, so you should always
test it before accessing the nested properties.
</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public PageResolvedInfo ResolvedInfo { get; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public ReadOnly Property ResolvedInfo As PageResolvedInfo</code></pre>
</div>
</div>
