# C1.C1Preview.C1PrintDocument.IsPageCountFinal

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_C1Preview_C1PrintDocument_IsPageCountFinal_" data-uid="C1.C1Preview.C1PrintDocument.IsPageCountFinal*">IsPageCountFinal Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_C1Preview_C1PrintDocument_IsPageCountFinal_" data-uid="C1.C1Preview.C1PrintDocument.IsPageCountFinal*"></a>
<h4 id="C1_C1Preview_C1PrintDocument_IsPageCountFinal" data-uid="C1.C1Preview.C1PrintDocument.IsPageCountFinal">IsPageCountFinal</h4>
<div class="markdown level1 summary"><p>Gets a value indicating whether all pages have been added to the document
being generated.</p>
<p>
For example, if the document has a page footer or header
that includes the total page count (of the kind "Page X of Y"), this property
gets <b>false</b> while new pages are being added, but <b>true</b> when adding
new pages is over and the total page count is being updated on the rendered
pages.
</p>
<p>
If the document is currently not generating (see <a class="xref" href="C1.C1Preview.C1PrintDocument.IsGenerating.html#C1_C1Preview_C1PrintDocument_IsGenerating">IsGenerating</a>),
gets <b>true</b>.
</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 bool IsPageCountFinal { get; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">&lt;Browsable(False)&gt;
Public ReadOnly Property IsPageCountFinal As Boolean</code></pre>
</div>
</div>
