# GrapeCity.ActiveReports.Core.Document.TextLayoutResult.-ctor

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="GrapeCity_ActiveReports_Core_Document_TextLayoutResult__ctor_" data-uid="GrapeCity.ActiveReports.Core.Document.TextLayoutResult.#ctor*">TextLayoutResult Constructor
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_ActiveReports_Core_Document_TextLayoutResult__ctor_" data-uid="GrapeCity.ActiveReports.Core.Document.TextLayoutResult.#ctor*"></a>
<h4 id="GrapeCity_ActiveReports_Core_Document_TextLayoutResult__ctor_System_String___System_Drawing_SizeF_System_String___" data-uid="GrapeCity.ActiveReports.Core.Document.TextLayoutResult.#ctor(System.String[],System.Drawing.SizeF,System.String[])">TextLayoutResult(string[], SizeF, string[])</h4>
<div class="markdown level1 summary"><p>Initialize new instance of <a class="xref" href="GrapeCity.ActiveReports.Core.Document.TextLayoutResult.html">TextLayoutResult</a> class.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public TextLayoutResult(string[] strings, SizeF size, string[] logicalStrings = null)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Name</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a>[]</td>
      <td><span class="parametername">strings</span></td>
      <td><p>Text lines after text layout.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.sizef">SizeF</a></td>
      <td><span class="parametername">size</span></td>
      <td><p>Result size in inches</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a>[]</td>
      <td><span class="parametername">logicalStrings</span></td>
      <td><p>Logical strings for justify alignment algorithms. Null otherwise.</p>
</td>
    </tr>
  </tbody>
</table>
</div>
