# C1.C1Preview.C1PrintDocument.ResolvedUnit

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_C1Preview_C1PrintDocument_ResolvedUnit_" data-uid="C1.C1Preview.C1PrintDocument.ResolvedUnit*">ResolvedUnit Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_C1Preview_C1PrintDocument_ResolvedUnit_" data-uid="C1.C1Preview.C1PrintDocument.ResolvedUnit*"></a>
<h4 id="C1_C1Preview_C1PrintDocument_ResolvedUnit" data-uid="C1.C1Preview.C1PrintDocument.ResolvedUnit">ResolvedUnit</h4>
<div class="markdown level1 summary"><p>Gets or sets the <a class="xref" href="C1.C1Preview.UnitTypeEnum.html">UnitTypeEnum</a> value that will be used
to specify the resolved sizes of objects within the current document
(e.g. the sizes of <a class="xref" href="C1.C1Preview.RenderFragment.html">RenderFragment</a> objects representing the
render objects in the document).</p>
<p>
This property cannot be changed when the document is generating
(i.e. while <a class="xref" href="C1.C1Preview.C1PrintDocument.IsGenerating.html#C1_C1Preview_C1PrintDocument_IsGenerating">IsGenerating</a> returns true).
</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public UnitTypeEnum ResolvedUnit { get; set; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Property ResolvedUnit As UnitTypeEnum</code></pre>
</div>
</div>
