# GrapeCity.ActiveReports.Document.Section.Page.MeasureText

## Content

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



<h1 id="GrapeCity_ActiveReports_Document_Section_Page_MeasureText_" data-uid="GrapeCity.ActiveReports.Document.Section.Page.MeasureText*">MeasureText Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_ActiveReports_Document_Section_Page_MeasureText_" data-uid="GrapeCity.ActiveReports.Document.Section.Page.MeasureText*"></a>
<h4 id="GrapeCity_ActiveReports_Document_Section_Page_MeasureText_System_String_" data-uid="GrapeCity.ActiveReports.Document.Section.Page.MeasureText(System.String)">MeasureText(string)</h4>
<div class="markdown level1 summary"><p>Measures the text string with the currently selected font.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public SizeF MeasureText(string strText)</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">strText</span></td>
      <td><p>The text string to measure.</p>
</td>
    </tr>
  </tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.sizef">SizeF</a></td>
      <td></td>
    </tr>
  </tbody>
</table>


<a id="GrapeCity_ActiveReports_Document_Section_Page_MeasureText_" data-uid="GrapeCity.ActiveReports.Document.Section.Page.MeasureText*"></a>
<h4 id="GrapeCity_ActiveReports_Document_Section_Page_MeasureText_System_String_GrapeCity_ActiveReports_Document_Drawing_Font_" data-uid="GrapeCity.ActiveReports.Document.Section.Page.MeasureText(System.String,GrapeCity.ActiveReports.Document.Drawing.Font)">MeasureText(string, Font)</h4>
<div class="markdown level1 summary"><p>Measures the text string.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public SizeF MeasureText(string strText, Font font)</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">strText</span></td>
      <td><p>The text to measure.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="../MESCIUS.ActiveReports.Core.Document/GrapeCity.ActiveReports.Document.Drawing.Font.html">Font</a></td>
      <td><span class="parametername">font</span></td>
      <td><p>The font of the text.</p>
</td>
    </tr>
  </tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.sizef">SizeF</a></td>
      <td></td>
    </tr>
  </tbody>
</table>
</div>
