# C1.C1Preview.C1PrintDocument.GeneratingComplete

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_C1Preview_C1PrintDocument_GeneratingComplete_" data-uid="C1.C1Preview.C1PrintDocument.GeneratingComplete*">GeneratingComplete Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_C1Preview_C1PrintDocument_GeneratingComplete_" data-uid="C1.C1Preview.C1PrintDocument.GeneratingComplete*"></a>
<h4 id="C1_C1Preview_C1PrintDocument_GeneratingComplete" data-uid="C1.C1Preview.C1PrintDocument.GeneratingComplete">GeneratingComplete</h4>
<div class="markdown level1 summary"><p>If the current document is generating (see <a class="xref" href="C1.C1Preview.C1PrintDocument.IsGenerating.html#C1_C1Preview_C1PrintDocument_IsGenerating">IsGenerating</a>),
gets the approximate completion ratio, from 0 (0% complete) to 1 (100% complete).
If the document is currently not generating, gets 1.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">[Browsable(false)]
public double GeneratingComplete { get; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">&lt;Browsable(False)&gt;
Public ReadOnly Property GeneratingComplete As Double</code></pre>
</div>
</div>
