# GrapeCity.ActiveReports.Core.Document.TextLayoutResult

## Content

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



  <h1 id="GrapeCity_ActiveReports_Core_Document_TextLayoutResult" data-uid="GrapeCity.ActiveReports.Core.Document.TextLayoutResult" class="text-break">TextLayoutResult Struct
</h1>
  <div class="markdown level0 summary"><p>Represents text layout result.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.ActiveReports.Core.Document.html">GrapeCity.ActiveReports.Core.Document</a></h6>
  <h6><strong>Assembly</strong>: MESCIUS.ActiveReports.Core.Document.dll</h6>
  <h5 id="GrapeCity_ActiveReports_Core_Document_TextLayoutResult_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public struct TextLayoutResult</code></pre>
  </div>
  <h3 id="constructors">Constructors
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td 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[])">
          <a class="xref" href="GrapeCity.ActiveReports.Core.Document.TextLayoutResult.-ctor.html#GrapeCity_ActiveReports_Core_Document_TextLayoutResult__ctor_System_String___System_Drawing_SizeF_System_String___">TextLayoutResult(string[], SizeF, string[])</a>
        </td>
        <td class="markdown level1 summary"><p>Initialize new instance of <a class="xref" href="GrapeCity.ActiveReports.Core.Document.TextLayoutResult.html">TextLayoutResult</a> class.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="properties">Properties
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="GrapeCity_ActiveReports_Core_Document_TextLayoutResult_LogicalStrings" data-uid="GrapeCity.ActiveReports.Core.Document.TextLayoutResult.LogicalStrings">
          <a class="xref" href="GrapeCity.ActiveReports.Core.Document.TextLayoutResult.LogicalStrings.html#GrapeCity_ActiveReports_Core_Document_TextLayoutResult_LogicalStrings">LogicalStrings</a>
        </td>
        <td class="markdown level1 summary"><p>Logical strings for justify alignment algorithms. Null otherwise.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Core_Document_TextLayoutResult_Size" data-uid="GrapeCity.ActiveReports.Core.Document.TextLayoutResult.Size">
          <a class="xref" href="GrapeCity.ActiveReports.Core.Document.TextLayoutResult.Size.html#GrapeCity_ActiveReports_Core_Document_TextLayoutResult_Size">Size</a>
        </td>
        <td class="markdown level1 summary"><p>Result size in inches.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Core_Document_TextLayoutResult_Strings" data-uid="GrapeCity.ActiveReports.Core.Document.TextLayoutResult.Strings">
          <a class="xref" href="GrapeCity.ActiveReports.Core.Document.TextLayoutResult.Strings.html#GrapeCity_ActiveReports_Core_Document_TextLayoutResult_Strings">Strings</a>
        </td>
        <td class="markdown level1 summary"><p>Text lines after text layout.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
