# C1.C1Preview.C1PrintDocument.NewLine

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_C1Preview_C1PrintDocument_NewLine_" data-uid="C1.C1Preview.C1PrintDocument.NewLine*">NewLine Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_C1Preview_C1PrintDocument_NewLine_" data-uid="C1.C1Preview.C1PrintDocument.NewLine*"></a>
<h4 id="C1_C1Preview_C1PrintDocument_NewLine" data-uid="C1.C1Preview.C1PrintDocument.NewLine">NewLine()</h4>
<div class="markdown level1 summary"><p>Begins a new line in inline flow, can be used only if current stacking is inline flow.
Note that AllowNonReflowableDocs property on the document must be set to true
for this method to work; otherwise, an exception will occur.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public void NewLine()</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Sub NewLine()</code></pre>
</div>
</div>
