# GrapeCity.ActiveReports.Document.Section.Page

## Content

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



  <h1 id="GrapeCity_ActiveReports_Document_Section_Page" data-uid="GrapeCity.ActiveReports.Document.Section.Page" class="text-break">Page Class
</h1>
  <div class="markdown level0 summary"><p>Represents a rendered page in a section report document, providing text layout, image conversion, and drawing services.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <div class="inheritance">
    <h5>Inheritance</h5>
    <div class="level0"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div>
    <div class="level1"><a class="xref" href="../MESCIUS.ActiveReports.Core.Document/GrapeCity.ActiveReports.Core.Document.Page.html">Page</a></div>
    <div class="level2"><span class="xref">Page</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.idisposable">IDisposable</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.icloneable">ICloneable</a></div>
    <div><a class="xref" href="../MESCIUS.ActiveReports.Core.Document/GrapeCity.ActiveReports.Document.Section.ICanvasItemsModifier.html">ICanvasItemsModifier</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.ActiveReports.Document.Section.html">GrapeCity.ActiveReports.Document.Section</a></h6>
  <h6><strong>Assembly</strong>: MESCIUS.ActiveReports.dll</h6>
  <h5 id="GrapeCity_ActiveReports_Document_Section_Page_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class Page : Page, IDisposable, ICloneable, ICanvasItemsModifier</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_Document_Section_Page__ctor" data-uid="GrapeCity.ActiveReports.Document.Section.Page.#ctor">
          <a class="xref" href="GrapeCity.ActiveReports.Document.Section.Page.-ctor.html#GrapeCity_ActiveReports_Document_Section_Page__ctor">Page()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of <a class="xref" href="GrapeCity.ActiveReports.Document.Section.Page.html">Page</a>, using the cached text layout and image converter services.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Document_Section_Page__ctor_GrapeCity_ActiveReports_Core_Document_Page_" data-uid="GrapeCity.ActiveReports.Document.Section.Page.#ctor(GrapeCity.ActiveReports.Core.Document.Page)">
          <a class="xref" href="GrapeCity.ActiveReports.Document.Section.Page.-ctor.html#GrapeCity_ActiveReports_Document_Section_Page__ctor_GrapeCity_ActiveReports_Core_Document_Page_">Page(Page)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of <a class="xref" href="GrapeCity.ActiveReports.Document.Section.Page.html">Page</a> by copying layout data from an existing core document page.</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_Document_Section_Page_BackColor" data-uid="GrapeCity.ActiveReports.Document.Section.Page.BackColor">
          <a class="xref" href="GrapeCity.ActiveReports.Document.Section.Page.BackColor.html#GrapeCity_ActiveReports_Document_Section_Page_BackColor">BackColor</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the backcolor.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Document_Section_Page_CharacterSpacing" data-uid="GrapeCity.ActiveReports.Document.Section.Page.CharacterSpacing">
          <a class="xref" href="GrapeCity.ActiveReports.Document.Section.Page.CharacterSpacing.html#GrapeCity_ActiveReports_Document_Section_Page_CharacterSpacing">CharacterSpacing</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the character spacing.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Document_Section_Page_DeviceInfo" data-uid="GrapeCity.ActiveReports.Document.Section.Page.DeviceInfo">
          <a class="xref" href="GrapeCity.ActiveReports.Document.Section.Page.DeviceInfo.html#GrapeCity_ActiveReports_Document_Section_Page_DeviceInfo">DeviceInfo</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the device information (resolution and scale) used when rendering this page.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Document_Section_Page_Font" data-uid="GrapeCity.ActiveReports.Document.Section.Page.Font">
          <a class="xref" href="GrapeCity.ActiveReports.Document.Section.Page.Font.html#GrapeCity_ActiveReports_Document_Section_Page_Font">Font</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the font.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Document_Section_Page_ForeColor" data-uid="GrapeCity.ActiveReports.Document.Section.Page.ForeColor">
          <a class="xref" href="GrapeCity.ActiveReports.Document.Section.Page.ForeColor.html#GrapeCity_ActiveReports_Document_Section_Page_ForeColor">ForeColor</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the forecolor.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Document_Section_Page_ImageConverterService" data-uid="GrapeCity.ActiveReports.Document.Section.Page.ImageConverterService">
          <a class="xref" href="GrapeCity.ActiveReports.Document.Section.Page.ImageConverterService.html#GrapeCity_ActiveReports_Document_Section_Page_ImageConverterService">ImageConverterService</a>
        </td>
        <td class="markdown level1 summary"><p>Fot internal use only.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Document_Section_Page_LineSpacing" data-uid="GrapeCity.ActiveReports.Document.Section.Page.LineSpacing">
          <a class="xref" href="GrapeCity.ActiveReports.Document.Section.Page.LineSpacing.html#GrapeCity_ActiveReports_Document_Section_Page_LineSpacing">LineSpacing</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the line spacing.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Document_Section_Page_Padding" data-uid="GrapeCity.ActiveReports.Document.Section.Page.Padding">
          <a class="xref" href="GrapeCity.ActiveReports.Document.Section.Page.Padding.html#GrapeCity_ActiveReports_Document_Section_Page_Padding">Padding</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the padding.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Document_Section_Page_PenStyle" data-uid="GrapeCity.ActiveReports.Document.Section.Page.PenStyle">
          <a class="xref" href="GrapeCity.ActiveReports.Document.Section.Page.PenStyle.html#GrapeCity_ActiveReports_Document_Section_Page_PenStyle">PenStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the pen style.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Document_Section_Page_PenWidth" data-uid="GrapeCity.ActiveReports.Document.Section.Page.PenWidth">
          <a class="xref" href="GrapeCity.ActiveReports.Document.Section.Page.PenWidth.html#GrapeCity_ActiveReports_Document_Section_Page_PenWidth">PenWidth</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the width of the pen.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Document_Section_Page_RightToLeft" data-uid="GrapeCity.ActiveReports.Document.Section.Page.RightToLeft">
          <a class="xref" href="GrapeCity.ActiveReports.Document.Section.Page.RightToLeft.html#GrapeCity_ActiveReports_Document_Section_Page_RightToLeft">RightToLeft</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether [right to left].</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Document_Section_Page_ScaleX" data-uid="GrapeCity.ActiveReports.Document.Section.Page.ScaleX">
          <a class="xref" href="GrapeCity.ActiveReports.Document.Section.Page.ScaleX.html#GrapeCity_ActiveReports_Document_Section_Page_ScaleX">ScaleX</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the minimal character condensed rate.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Document_Section_Page_TabStops" data-uid="GrapeCity.ActiveReports.Document.Section.Page.TabStops">
          <a class="xref" href="GrapeCity.ActiveReports.Document.Section.Page.TabStops.html#GrapeCity_ActiveReports_Document_Section_Page_TabStops">TabStops</a>
        </td>
        <td class="markdown level1 summary"><p>Custom tab stops collection</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Document_Section_Page_TextAlignment" data-uid="GrapeCity.ActiveReports.Document.Section.Page.TextAlignment">
          <a class="xref" href="GrapeCity.ActiveReports.Document.Section.Page.TextAlignment.html#GrapeCity_ActiveReports_Document_Section_Page_TextAlignment">TextAlignment</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the text alignment.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Document_Section_Page_TextAngle" data-uid="GrapeCity.ActiveReports.Document.Section.Page.TextAngle">
          <a class="xref" href="GrapeCity.ActiveReports.Document.Section.Page.TextAngle.html#GrapeCity_ActiveReports_Document_Section_Page_TextAngle">TextAngle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the text angle.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Document_Section_Page_TextJustify" data-uid="GrapeCity.ActiveReports.Document.Section.Page.TextJustify">
          <a class="xref" href="GrapeCity.ActiveReports.Document.Section.Page.TextJustify.html#GrapeCity_ActiveReports_Document_Section_Page_TextJustify">TextJustify</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the text justify.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Document_Section_Page_TextLayoutService" data-uid="GrapeCity.ActiveReports.Document.Section.Page.TextLayoutService">
          <a class="xref" href="GrapeCity.ActiveReports.Document.Section.Page.TextLayoutService.html#GrapeCity_ActiveReports_Document_Section_Page_TextLayoutService">TextLayoutService</a>
        </td>
        <td class="markdown level1 summary"><p>Fot internal use only.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Document_Section_Page_TextRenderHint" data-uid="GrapeCity.ActiveReports.Document.Section.Page.TextRenderHint">
          <a class="xref" href="GrapeCity.ActiveReports.Document.Section.Page.TextRenderHint.html#GrapeCity_ActiveReports_Document_Section_Page_TextRenderHint">TextRenderHint</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the text render hint.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Document_Section_Page_VerticalText" data-uid="GrapeCity.ActiveReports.Document.Section.Page.VerticalText">
          <a class="xref" href="GrapeCity.ActiveReports.Document.Section.Page.VerticalText.html#GrapeCity_ActiveReports_Document_Section_Page_VerticalText">VerticalText</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether [vertical text].</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Document_Section_Page_VerticalTextAlignment" data-uid="GrapeCity.ActiveReports.Document.Section.Page.VerticalTextAlignment">
          <a class="xref" href="GrapeCity.ActiveReports.Document.Section.Page.VerticalTextAlignment.html#GrapeCity_ActiveReports_Document_Section_Page_VerticalTextAlignment">VerticalTextAlignment</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the vertical text alignment.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Document_Section_Page_WrapMode" data-uid="GrapeCity.ActiveReports.Document.Section.Page.WrapMode">
          <a class="xref" href="GrapeCity.ActiveReports.Document.Section.Page.WrapMode.html#GrapeCity_ActiveReports_Document_Section_Page_WrapMode">WrapMode</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the wrap mode for rendering text.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="methods">Methods
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="GrapeCity_ActiveReports_Document_Section_Page_BuildEvalMessage_System_Single_" data-uid="GrapeCity.ActiveReports.Document.Section.Page.BuildEvalMessage(System.Single)">
          <a class="xref" href="GrapeCity.ActiveReports.Document.Section.Page.BuildEvalMessage.html#GrapeCity_ActiveReports_Document_Section_Page_BuildEvalMessage_System_Single_">BuildEvalMessage(float)</a>
        </td>
        <td class="markdown level1 summary"><p>Builds the evaluation watermark message lines, formatted to fit within the specified document width.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Document_Section_Page_Clone" data-uid="GrapeCity.ActiveReports.Document.Section.Page.Clone">
          <a class="xref" href="GrapeCity.ActiveReports.Document.Section.Page.Clone.html#GrapeCity_ActiveReports_Document_Section_Page_Clone">Clone()</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a deep clone of this page, including its canvas fonts and all rendering properties.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Document_Section_Page_DrawBorder_GrapeCity_ActiveReports_Border_System_Drawing_RectangleF_" data-uid="GrapeCity.ActiveReports.Document.Section.Page.DrawBorder(GrapeCity.ActiveReports.Border,System.Drawing.RectangleF)">
          <a class="xref" href="GrapeCity.ActiveReports.Document.Section.Page.DrawBorder.html#GrapeCity_ActiveReports_Document_Section_Page_DrawBorder_GrapeCity_ActiveReports_Border_System_Drawing_RectangleF_">DrawBorder(Border, RectangleF)</a>
        </td>
        <td class="markdown level1 summary"><p>Draws the border.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Document_Section_Page_DrawBorder_GrapeCity_ActiveReports_Border_System_Drawing_RectangleF_System_Single_System_Single_System_Single_System_Single_" data-uid="GrapeCity.ActiveReports.Document.Section.Page.DrawBorder(GrapeCity.ActiveReports.Border,System.Drawing.RectangleF,System.Single,System.Single,System.Single,System.Single)">
          <a class="xref" href="GrapeCity.ActiveReports.Document.Section.Page.DrawBorder.html#GrapeCity_ActiveReports_Document_Section_Page_DrawBorder_GrapeCity_ActiveReports_Border_System_Drawing_RectangleF_System_Single_System_Single_System_Single_System_Single_">DrawBorder(Border, RectangleF, float, float, float, float)</a>
        </td>
        <td class="markdown level1 summary"><p>Draws the border.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Document_Section_Page_DrawBorder_GrapeCity_ActiveReports_Border_System_Single_System_Single_System_Single_System_Single_" data-uid="GrapeCity.ActiveReports.Document.Section.Page.DrawBorder(GrapeCity.ActiveReports.Border,System.Single,System.Single,System.Single,System.Single)">
          <a class="xref" href="GrapeCity.ActiveReports.Document.Section.Page.DrawBorder.html#GrapeCity_ActiveReports_Document_Section_Page_DrawBorder_GrapeCity_ActiveReports_Border_System_Single_System_Single_System_Single_System_Single_">DrawBorder(Border, float, float, float, float)</a>
        </td>
        <td class="markdown level1 summary"><p>Draws the border.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Document_Section_Page_DrawCheckBoxInputField_System_Drawing_RectangleF_System_String_System_Boolean_System_Boolean_GrapeCity_ActiveReports_Document_Section_InputBorderStyle_System_Single_System_Drawing_Color_System_Boolean_System_Single_GrapeCity_ActiveReports_Document_Section_InputCheckStyle_" data-uid="GrapeCity.ActiveReports.Document.Section.Page.DrawCheckBoxInputField(System.Drawing.RectangleF,System.String,System.Boolean,System.Boolean,GrapeCity.ActiveReports.Document.Section.InputBorderStyle,System.Single,System.Drawing.Color,System.Boolean,System.Single,GrapeCity.ActiveReports.Document.Section.InputCheckStyle)">
          <a class="xref" href="GrapeCity.ActiveReports.Document.Section.Page.DrawCheckBoxInputField.html#GrapeCity_ActiveReports_Document_Section_Page_DrawCheckBoxInputField_System_Drawing_RectangleF_System_String_System_Boolean_System_Boolean_GrapeCity_ActiveReports_Document_Section_InputBorderStyle_System_Single_System_Drawing_Color_System_Boolean_System_Single_GrapeCity_ActiveReports_Document_Section_InputCheckStyle_">DrawCheckBoxInputField(RectangleF, string, bool, bool, InputBorderStyle, float, Color, bool, float, InputCheckStyle)</a>
        </td>
        <td class="markdown level1 summary"><p>Draw the checkBox input field</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Document_Section_Page_DrawDoubleLine_System_Single_System_Single_System_Single_System_Single_" data-uid="GrapeCity.ActiveReports.Document.Section.Page.DrawDoubleLine(System.Single,System.Single,System.Single,System.Single)">
          <a class="xref" href="GrapeCity.ActiveReports.Document.Section.Page.DrawDoubleLine.html#GrapeCity_ActiveReports_Document_Section_Page_DrawDoubleLine_System_Single_System_Single_System_Single_System_Single_">DrawDoubleLine(float, float, float, float)</a>
        </td>
        <td class="markdown level1 summary"><p>Draws the double line.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Document_Section_Page_DrawEllipse_System_Single_System_Single_System_Single_System_Single_" data-uid="GrapeCity.ActiveReports.Document.Section.Page.DrawEllipse(System.Single,System.Single,System.Single,System.Single)">
          <a class="xref" href="GrapeCity.ActiveReports.Document.Section.Page.DrawEllipse.html#GrapeCity_ActiveReports_Document_Section_Page_DrawEllipse_System_Single_System_Single_System_Single_System_Single_">DrawEllipse(float, float, float, float)</a>
        </td>
        <td class="markdown level1 summary"><p>Draws the ellipse.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Document_Section_Page_DrawEllipseDoubleLine_System_Single_System_Single_System_Single_System_Single_" data-uid="GrapeCity.ActiveReports.Document.Section.Page.DrawEllipseDoubleLine(System.Single,System.Single,System.Single,System.Single)">
          <a class="xref" href="GrapeCity.ActiveReports.Document.Section.Page.DrawEllipseDoubleLine.html#GrapeCity_ActiveReports_Document_Section_Page_DrawEllipseDoubleLine_System_Single_System_Single_System_Single_System_Single_">DrawEllipseDoubleLine(float, float, float, float)</a>
        </td>
        <td class="markdown level1 summary"><p>Draws the double line ellipse.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Document_Section_Page_DrawImage_GrapeCity_ActiveReports_Document_Drawing_Image_System_Boolean_System_Drawing_RectangleF_" data-uid="GrapeCity.ActiveReports.Document.Section.Page.DrawImage(GrapeCity.ActiveReports.Document.Drawing.Image,System.Boolean,System.Drawing.RectangleF)">
          <a class="xref" href="GrapeCity.ActiveReports.Document.Section.Page.DrawImage.html#GrapeCity_ActiveReports_Document_Section_Page_DrawImage_GrapeCity_ActiveReports_Document_Drawing_Image_System_Boolean_System_Drawing_RectangleF_">DrawImage(Image, bool, RectangleF)</a>
        </td>
        <td class="markdown level1 summary"><p>Draws the image.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Document_Section_Page_DrawImage_GrapeCity_ActiveReports_Document_Drawing_Image_System_Boolean_System_Drawing_RectangleF_System_String_" data-uid="GrapeCity.ActiveReports.Document.Section.Page.DrawImage(GrapeCity.ActiveReports.Document.Drawing.Image,System.Boolean,System.Drawing.RectangleF,System.String)">
          <a class="xref" href="GrapeCity.ActiveReports.Document.Section.Page.DrawImage.html#GrapeCity_ActiveReports_Document_Section_Page_DrawImage_GrapeCity_ActiveReports_Document_Drawing_Image_System_Boolean_System_Drawing_RectangleF_System_String_">DrawImage(Image, bool, RectangleF, string)</a>
        </td>
        <td class="markdown level1 summary"><p>Draws the image.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Document_Section_Page_DrawImage_GrapeCity_ActiveReports_Document_Drawing_Image_System_Boolean_System_Single_System_Single_System_Single_System_Single_" data-uid="GrapeCity.ActiveReports.Document.Section.Page.DrawImage(GrapeCity.ActiveReports.Document.Drawing.Image,System.Boolean,System.Single,System.Single,System.Single,System.Single)">
          <a class="xref" href="GrapeCity.ActiveReports.Document.Section.Page.DrawImage.html#GrapeCity_ActiveReports_Document_Section_Page_DrawImage_GrapeCity_ActiveReports_Document_Drawing_Image_System_Boolean_System_Single_System_Single_System_Single_System_Single_">DrawImage(Image, bool, float, float, float, float)</a>
        </td>
        <td class="markdown level1 summary"><p>Draws the image.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Document_Section_Page_DrawImage_GrapeCity_ActiveReports_Document_Drawing_Image_System_Boolean_System_Single_System_Single_System_Single_System_Single_System_String_" data-uid="GrapeCity.ActiveReports.Document.Section.Page.DrawImage(GrapeCity.ActiveReports.Document.Drawing.Image,System.Boolean,System.Single,System.Single,System.Single,System.Single,System.String)">
          <a class="xref" href="GrapeCity.ActiveReports.Document.Section.Page.DrawImage.html#GrapeCity_ActiveReports_Document_Section_Page_DrawImage_GrapeCity_ActiveReports_Document_Drawing_Image_System_Boolean_System_Single_System_Single_System_Single_System_Single_System_String_">DrawImage(Image, bool, float, float, float, float, string)</a>
        </td>
        <td class="markdown level1 summary"><p>Draws the image.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Document_Section_Page_DrawImage_GrapeCity_ActiveReports_Document_Drawing_Image_System_Drawing_RectangleF_" data-uid="GrapeCity.ActiveReports.Document.Section.Page.DrawImage(GrapeCity.ActiveReports.Document.Drawing.Image,System.Drawing.RectangleF)">
          <a class="xref" href="GrapeCity.ActiveReports.Document.Section.Page.DrawImage.html#GrapeCity_ActiveReports_Document_Section_Page_DrawImage_GrapeCity_ActiveReports_Document_Drawing_Image_System_Drawing_RectangleF_">DrawImage(Image, RectangleF)</a>
        </td>
        <td class="markdown level1 summary"><p>Draws the image.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Document_Section_Page_DrawImage_GrapeCity_ActiveReports_Document_Drawing_Image_System_Drawing_RectangleF_System_String_" data-uid="GrapeCity.ActiveReports.Document.Section.Page.DrawImage(GrapeCity.ActiveReports.Document.Drawing.Image,System.Drawing.RectangleF,System.String)">
          <a class="xref" href="GrapeCity.ActiveReports.Document.Section.Page.DrawImage.html#GrapeCity_ActiveReports_Document_Section_Page_DrawImage_GrapeCity_ActiveReports_Document_Drawing_Image_System_Drawing_RectangleF_System_String_">DrawImage(Image, RectangleF, string)</a>
        </td>
        <td class="markdown level1 summary"><p>Draws the image.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Document_Section_Page_DrawImage_GrapeCity_ActiveReports_Document_Drawing_Image_System_Single_System_Single_System_Single_System_Single_" data-uid="GrapeCity.ActiveReports.Document.Section.Page.DrawImage(GrapeCity.ActiveReports.Document.Drawing.Image,System.Single,System.Single,System.Single,System.Single)">
          <a class="xref" href="GrapeCity.ActiveReports.Document.Section.Page.DrawImage.html#GrapeCity_ActiveReports_Document_Section_Page_DrawImage_GrapeCity_ActiveReports_Document_Drawing_Image_System_Single_System_Single_System_Single_System_Single_">DrawImage(Image, float, float, float, float)</a>
        </td>
        <td class="markdown level1 summary"><p>Draws the image.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Document_Section_Page_DrawImage_GrapeCity_ActiveReports_Document_Drawing_Image_System_Single_System_Single_System_Single_System_Single_System_String_" data-uid="GrapeCity.ActiveReports.Document.Section.Page.DrawImage(GrapeCity.ActiveReports.Document.Drawing.Image,System.Single,System.Single,System.Single,System.Single,System.String)">
          <a class="xref" href="GrapeCity.ActiveReports.Document.Section.Page.DrawImage.html#GrapeCity_ActiveReports_Document_Section_Page_DrawImage_GrapeCity_ActiveReports_Document_Drawing_Image_System_Single_System_Single_System_Single_System_Single_System_String_">DrawImage(Image, float, float, float, float, string)</a>
        </td>
        <td class="markdown level1 summary"><p>Draws the image.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Document_Section_Page_DrawImage_GrapeCity_ActiveReports_Document_Drawing_Image_System_Single_System_Single_System_Single_System_Single_System_String_System_String_" data-uid="GrapeCity.ActiveReports.Document.Section.Page.DrawImage(GrapeCity.ActiveReports.Document.Drawing.Image,System.Single,System.Single,System.Single,System.Single,System.String,System.String)">
          <a class="xref" href="GrapeCity.ActiveReports.Document.Section.Page.DrawImage.html#GrapeCity_ActiveReports_Document_Section_Page_DrawImage_GrapeCity_ActiveReports_Document_Drawing_Image_System_Single_System_Single_System_Single_System_Single_System_String_System_String_">DrawImage(Image, float, float, float, float, string, string)</a>
        </td>
        <td class="markdown level1 summary"><p>Draws the image.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Document_Section_Page_DrawImage_GrapeCity_ActiveReports_Document_Drawing_Image_System_Single_System_Single_System_Single_System_Single_System_String_System_String_System_String_" data-uid="GrapeCity.ActiveReports.Document.Section.Page.DrawImage(GrapeCity.ActiveReports.Document.Drawing.Image,System.Single,System.Single,System.Single,System.Single,System.String,System.String,System.String)">
          <a class="xref" href="GrapeCity.ActiveReports.Document.Section.Page.DrawImage.html#GrapeCity_ActiveReports_Document_Section_Page_DrawImage_GrapeCity_ActiveReports_Document_Drawing_Image_System_Single_System_Single_System_Single_System_Single_System_String_System_String_System_String_">DrawImage(Image, float, float, float, float, string, string, string)</a>
        </td>
        <td class="markdown level1 summary"><p>Draws the image.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Document_Section_Page_DrawLine_System_Single_System_Single_System_Single_System_Single_" data-uid="GrapeCity.ActiveReports.Document.Section.Page.DrawLine(System.Single,System.Single,System.Single,System.Single)">
          <a class="xref" href="GrapeCity.ActiveReports.Document.Section.Page.DrawLine.html#GrapeCity_ActiveReports_Document_Section_Page_DrawLine_System_Single_System_Single_System_Single_System_Single_">DrawLine(float, float, float, float)</a>
        </td>
        <td class="markdown level1 summary"><p>Draws the line.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Document_Section_Page_DrawRect_System_Drawing_RectangleF_" data-uid="GrapeCity.ActiveReports.Document.Section.Page.DrawRect(System.Drawing.RectangleF)">
          <a class="xref" href="GrapeCity.ActiveReports.Document.Section.Page.DrawRect.html#GrapeCity_ActiveReports_Document_Section_Page_DrawRect_System_Drawing_RectangleF_">DrawRect(RectangleF)</a>
        </td>
        <td class="markdown level1 summary"><p>Draws the rect.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Document_Section_Page_DrawRect_System_Single_System_Single_System_Single_System_Single_" data-uid="GrapeCity.ActiveReports.Document.Section.Page.DrawRect(System.Single,System.Single,System.Single,System.Single)">
          <a class="xref" href="GrapeCity.ActiveReports.Document.Section.Page.DrawRect.html#GrapeCity_ActiveReports_Document_Section_Page_DrawRect_System_Single_System_Single_System_Single_System_Single_">DrawRect(float, float, float, float)</a>
        </td>
        <td class="markdown level1 summary"><p>Draws the rect.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Document_Section_Page_DrawRoundRect_System_Single_System_Single_System_Single_System_Single_System_Single_System_Single_" data-uid="GrapeCity.ActiveReports.Document.Section.Page.DrawRoundRect(System.Single,System.Single,System.Single,System.Single,System.Single,System.Single)">
          <a class="xref" href="GrapeCity.ActiveReports.Document.Section.Page.DrawRoundRect.html#GrapeCity_ActiveReports_Document_Section_Page_DrawRoundRect_System_Single_System_Single_System_Single_System_Single_System_Single_System_Single_">DrawRoundRect(float, float, float, float, float, float)</a>
        </td>
        <td class="markdown level1 summary"><p>Draws the round rect.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Document_Section_Page_DrawRoundRect_System_Single_System_Single_System_Single_System_Single_System_Single_System_Single_System_Single_System_Single_System_Single_" data-uid="GrapeCity.ActiveReports.Document.Section.Page.DrawRoundRect(System.Single,System.Single,System.Single,System.Single,System.Single,System.Single,System.Single,System.Single,System.Single)">
          <a class="xref" href="GrapeCity.ActiveReports.Document.Section.Page.DrawRoundRect.html#GrapeCity_ActiveReports_Document_Section_Page_DrawRoundRect_System_Single_System_Single_System_Single_System_Single_System_Single_System_Single_System_Single_System_Single_System_Single_">DrawRoundRect(float, float, float, float, float, float, float, float, float)</a>
        </td>
        <td class="markdown level1 summary"><p>Renders rounded rect with different corner radiuses.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Document_Section_Page_DrawRoundRectDoubleLine_System_Single_System_Single_System_Single_System_Single_System_Single_System_Single_System_Single_System_Single_System_Single_" data-uid="GrapeCity.ActiveReports.Document.Section.Page.DrawRoundRectDoubleLine(System.Single,System.Single,System.Single,System.Single,System.Single,System.Single,System.Single,System.Single,System.Single)">
          <a class="xref" href="GrapeCity.ActiveReports.Document.Section.Page.DrawRoundRectDoubleLine.html#GrapeCity_ActiveReports_Document_Section_Page_DrawRoundRectDoubleLine_System_Single_System_Single_System_Single_System_Single_System_Single_System_Single_System_Single_System_Single_System_Single_">DrawRoundRectDoubleLine(float, float, float, float, float, float, float, float, float)</a>
        </td>
        <td class="markdown level1 summary"><p>Draws the double line round rect.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Document_Section_Page_DrawTable_System_Drawing_RectangleF_" data-uid="GrapeCity.ActiveReports.Document.Section.Page.DrawTable(System.Drawing.RectangleF)">
          <a class="xref" href="GrapeCity.ActiveReports.Document.Section.Page.DrawTable.html#GrapeCity_ActiveReports_Document_Section_Page_DrawTable_System_Drawing_RectangleF_">DrawTable(RectangleF)</a>
        </td>
        <td class="markdown level1 summary"><p>Draws the table.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Document_Section_Page_DrawText_System_String_System_Drawing_RectangleF_" data-uid="GrapeCity.ActiveReports.Document.Section.Page.DrawText(System.String,System.Drawing.RectangleF)">
          <a class="xref" href="GrapeCity.ActiveReports.Document.Section.Page.DrawText.html#GrapeCity_ActiveReports_Document_Section_Page_DrawText_System_String_System_Drawing_RectangleF_">DrawText(string, RectangleF)</a>
        </td>
        <td class="markdown level1 summary"><p>Draws the text.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Document_Section_Page_DrawText_System_String_System_Drawing_RectangleF_System_String_" data-uid="GrapeCity.ActiveReports.Document.Section.Page.DrawText(System.String,System.Drawing.RectangleF,System.String)">
          <a class="xref" href="GrapeCity.ActiveReports.Document.Section.Page.DrawText.html#GrapeCity_ActiveReports_Document_Section_Page_DrawText_System_String_System_Drawing_RectangleF_System_String_">DrawText(string, RectangleF, string)</a>
        </td>
        <td class="markdown level1 summary"><p>Draws the text.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Document_Section_Page_DrawText_System_String_System_Single_System_Single_System_Single_System_Single_" data-uid="GrapeCity.ActiveReports.Document.Section.Page.DrawText(System.String,System.Single,System.Single,System.Single,System.Single)">
          <a class="xref" href="GrapeCity.ActiveReports.Document.Section.Page.DrawText.html#GrapeCity_ActiveReports_Document_Section_Page_DrawText_System_String_System_Single_System_Single_System_Single_System_Single_">DrawText(string, float, float, float, float)</a>
        </td>
        <td class="markdown level1 summary"><p>Draws the text.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Document_Section_Page_DrawText_System_String_System_Single_System_Single_System_Single_System_Single_System_String_" data-uid="GrapeCity.ActiveReports.Document.Section.Page.DrawText(System.String,System.Single,System.Single,System.Single,System.Single,System.String)">
          <a class="xref" href="GrapeCity.ActiveReports.Document.Section.Page.DrawText.html#GrapeCity_ActiveReports_Document_Section_Page_DrawText_System_String_System_Single_System_Single_System_Single_System_Single_System_String_">DrawText(string, float, float, float, float, string)</a>
        </td>
        <td class="markdown level1 summary"><p>Draws the text.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Document_Section_Page_DrawText_System_String___System_Drawing_RectangleF_" data-uid="GrapeCity.ActiveReports.Document.Section.Page.DrawText(System.String[],System.Drawing.RectangleF)">
          <a class="xref" href="GrapeCity.ActiveReports.Document.Section.Page.DrawText.html#GrapeCity_ActiveReports_Document_Section_Page_DrawText_System_String___System_Drawing_RectangleF_">DrawText(string[], RectangleF)</a>
        </td>
        <td class="markdown level1 summary"><p>Draws the text.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Document_Section_Page_DrawText_System_String___System_Drawing_RectangleF_System_String_" data-uid="GrapeCity.ActiveReports.Document.Section.Page.DrawText(System.String[],System.Drawing.RectangleF,System.String)">
          <a class="xref" href="GrapeCity.ActiveReports.Document.Section.Page.DrawText.html#GrapeCity_ActiveReports_Document_Section_Page_DrawText_System_String___System_Drawing_RectangleF_System_String_">DrawText(string[], RectangleF, string)</a>
        </td>
        <td class="markdown level1 summary"><p>Draws the text.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Document_Section_Page_DrawText_System_String___System_Single_System_Single_System_Single_System_Single_" data-uid="GrapeCity.ActiveReports.Document.Section.Page.DrawText(System.String[],System.Single,System.Single,System.Single,System.Single)">
          <a class="xref" href="GrapeCity.ActiveReports.Document.Section.Page.DrawText.html#GrapeCity_ActiveReports_Document_Section_Page_DrawText_System_String___System_Single_System_Single_System_Single_System_Single_">DrawText(string[], float, float, float, float)</a>
        </td>
        <td class="markdown level1 summary"><p>Draws the text.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Document_Section_Page_DrawText_System_String___System_Single_System_Single_System_Single_System_Single_System_String_" data-uid="GrapeCity.ActiveReports.Document.Section.Page.DrawText(System.String[],System.Single,System.Single,System.Single,System.Single,System.String)">
          <a class="xref" href="GrapeCity.ActiveReports.Document.Section.Page.DrawText.html#GrapeCity_ActiveReports_Document_Section_Page_DrawText_System_String___System_Single_System_Single_System_Single_System_Single_System_String_">DrawText(string[], float, float, float, float, string)</a>
        </td>
        <td class="markdown level1 summary"><p>Draws the text.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Document_Section_Page_DrawTextFallback_System_String___System_Single_System_Single_System_Single_System_Single_System_String_System_String___" data-uid="GrapeCity.ActiveReports.Document.Section.Page.DrawTextFallback(System.String[],System.Single,System.Single,System.Single,System.Single,System.String,System.String[])">
          <a class="xref" href="GrapeCity.ActiveReports.Document.Section.Page.DrawTextFallback.html#GrapeCity_ActiveReports_Document_Section_Page_DrawTextFallback_System_String___System_Single_System_Single_System_Single_System_Single_System_String_System_String___">DrawTextFallback(string[], float, float, float, float, string, string[])</a>
        </td>
        <td class="markdown level1 summary"><p>Draws the text fallback.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Document_Section_Page_DrawTextFallback_System_String___System_Single_System_Single_System_Single_System_Single_System_String___" data-uid="GrapeCity.ActiveReports.Document.Section.Page.DrawTextFallback(System.String[],System.Single,System.Single,System.Single,System.Single,System.String[])">
          <a class="xref" href="GrapeCity.ActiveReports.Document.Section.Page.DrawTextFallback.html#GrapeCity_ActiveReports_Document_Section_Page_DrawTextFallback_System_String___System_Single_System_Single_System_Single_System_Single_System_String___">DrawTextFallback(string[], float, float, float, float, string[])</a>
        </td>
        <td class="markdown level1 summary"><p>Draws the text fallback.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Document_Section_Page_DrawTextInputField_System_Drawing_RectangleF_System_String_System_Boolean_System_Boolean_GrapeCity_ActiveReports_Document_Section_InputBorderStyle_System_Single_System_Drawing_Color_System_Int32_System_Boolean_System_Boolean_System_Boolean_GrapeCity_ActiveReports_Document_Section_InputTextAlign_System_String___" data-uid="GrapeCity.ActiveReports.Document.Section.Page.DrawTextInputField(System.Drawing.RectangleF,System.String,System.Boolean,System.Boolean,GrapeCity.ActiveReports.Document.Section.InputBorderStyle,System.Single,System.Drawing.Color,System.Int32,System.Boolean,System.Boolean,System.Boolean,GrapeCity.ActiveReports.Document.Section.InputTextAlign,System.String[])">
          <a class="xref" href="GrapeCity.ActiveReports.Document.Section.Page.DrawTextInputField.html#GrapeCity_ActiveReports_Document_Section_Page_DrawTextInputField_System_Drawing_RectangleF_System_String_System_Boolean_System_Boolean_GrapeCity_ActiveReports_Document_Section_InputBorderStyle_System_Single_System_Drawing_Color_System_Int32_System_Boolean_System_Boolean_System_Boolean_GrapeCity_ActiveReports_Document_Section_InputTextAlign_System_String___">DrawTextInputField(RectangleF, string, bool, bool, InputBorderStyle, float, Color, int, bool, bool, bool, InputTextAlign, string[])</a>
        </td>
        <td class="markdown level1 summary"><p>Draw the text input field</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Document_Section_Page_FillRect_System_Drawing_RectangleF_" data-uid="GrapeCity.ActiveReports.Document.Section.Page.FillRect(System.Drawing.RectangleF)">
          <a class="xref" href="GrapeCity.ActiveReports.Document.Section.Page.FillRect.html#GrapeCity_ActiveReports_Document_Section_Page_FillRect_System_Drawing_RectangleF_">FillRect(RectangleF)</a>
        </td>
        <td class="markdown level1 summary"><p>Fills the rect.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Document_Section_Page_FillRect_System_Single_System_Single_System_Single_System_Single_" data-uid="GrapeCity.ActiveReports.Document.Section.Page.FillRect(System.Single,System.Single,System.Single,System.Single)">
          <a class="xref" href="GrapeCity.ActiveReports.Document.Section.Page.FillRect.html#GrapeCity_ActiveReports_Document_Section_Page_FillRect_System_Single_System_Single_System_Single_System_Single_">FillRect(float, float, float, float)</a>
        </td>
        <td class="markdown level1 summary"><p>Fills the rect.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Document_Section_Page_IntersectClip_System_Drawing_RectangleF_" data-uid="GrapeCity.ActiveReports.Document.Section.Page.IntersectClip(System.Drawing.RectangleF)">
          <a class="xref" href="GrapeCity.ActiveReports.Document.Section.Page.IntersectClip.html#GrapeCity_ActiveReports_Document_Section_Page_IntersectClip_System_Drawing_RectangleF_">IntersectClip(RectangleF)</a>
        </td>
        <td class="markdown level1 summary"><p>Intersects the clip.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Document_Section_Page_IntersectClip_System_Single_System_Single_System_Single_System_Single_" data-uid="GrapeCity.ActiveReports.Document.Section.Page.IntersectClip(System.Single,System.Single,System.Single,System.Single)">
          <a class="xref" href="GrapeCity.ActiveReports.Document.Section.Page.IntersectClip.html#GrapeCity_ActiveReports_Document_Section_Page_IntersectClip_System_Single_System_Single_System_Single_System_Single_">IntersectClip(float, float, float, float)</a>
        </td>
        <td class="markdown level1 summary"><p>Intersects the clip.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Document_Section_Page_Load_System_IO_Stream_" data-uid="GrapeCity.ActiveReports.Document.Section.Page.Load(System.IO.Stream)">
          <a class="xref" href="GrapeCity.ActiveReports.Document.Section.Page.Load.html#GrapeCity_ActiveReports_Document_Section_Page_Load_System_IO_Stream_">Load(Stream)</a>
        </td>
        <td class="markdown level1 summary"><p>Load</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Document_Section_Page_Load_System_String_" data-uid="GrapeCity.ActiveReports.Document.Section.Page.Load(System.String)">
          <a class="xref" href="GrapeCity.ActiveReports.Document.Section.Page.Load.html#GrapeCity_ActiveReports_Document_Section_Page_Load_System_String_">Load(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Load</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Document_Section_Page_MeasureParagraphHeight_System_String_System_Single_" data-uid="GrapeCity.ActiveReports.Document.Section.Page.MeasureParagraphHeight(System.String,System.Single)">
          <a class="xref" href="GrapeCity.ActiveReports.Document.Section.Page.MeasureParagraphHeight.html#GrapeCity_ActiveReports_Document_Section_Page_MeasureParagraphHeight_System_String_System_Single_">MeasureParagraphHeight(string, float)</a>
        </td>
        <td class="markdown level1 summary"><p>Measures the height of the specified text if rendered using the current page settings with the specified width.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Document_Section_Page_MeasureParagraphHeight_System_String_System_Single_GrapeCity_ActiveReports_Document_Drawing_Font_" data-uid="GrapeCity.ActiveReports.Document.Section.Page.MeasureParagraphHeight(System.String,System.Single,GrapeCity.ActiveReports.Document.Drawing.Font)">
          <a class="xref" href="GrapeCity.ActiveReports.Document.Section.Page.MeasureParagraphHeight.html#GrapeCity_ActiveReports_Document_Section_Page_MeasureParagraphHeight_System_String_System_Single_GrapeCity_ActiveReports_Document_Drawing_Font_">MeasureParagraphHeight(string, float, Font)</a>
        </td>
        <td class="markdown level1 summary"><p>Measures the height of the specified text if rendered using the current page settings with the specified width.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Document_Section_Page_MeasureText_System_String_" data-uid="GrapeCity.ActiveReports.Document.Section.Page.MeasureText(System.String)">
          <a class="xref" href="GrapeCity.ActiveReports.Document.Section.Page.MeasureText.html#GrapeCity_ActiveReports_Document_Section_Page_MeasureText_System_String_">MeasureText(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Measures the text string with the currently selected font.</p>
</td>
      </tr>
      <tr>
        <td 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)">
          <a class="xref" href="GrapeCity.ActiveReports.Document.Section.Page.MeasureText.html#GrapeCity_ActiveReports_Document_Section_Page_MeasureText_System_String_GrapeCity_ActiveReports_Document_Drawing_Font_">MeasureText(string, Font)</a>
        </td>
        <td class="markdown level1 summary"><p>Measures the text string.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Document_Section_Page_RestoreClip" data-uid="GrapeCity.ActiveReports.Document.Section.Page.RestoreClip">
          <a class="xref" href="GrapeCity.ActiveReports.Document.Section.Page.RestoreClip.html#GrapeCity_ActiveReports_Document_Section_Page_RestoreClip">RestoreClip()</a>
        </td>
        <td class="markdown level1 summary"><p>Restores the clip.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Document_Section_Page_SaveClip" data-uid="GrapeCity.ActiveReports.Document.Section.Page.SaveClip">
          <a class="xref" href="GrapeCity.ActiveReports.Document.Section.Page.SaveClip.html#GrapeCity_ActiveReports_Document_Section_Page_SaveClip">SaveClip()</a>
        </td>
        <td class="markdown level1 summary"><p>Saves the clip.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Document_Section_Page_SetTextBoundsRange_System_Single_System_Single_" data-uid="GrapeCity.ActiveReports.Document.Section.Page.SetTextBoundsRange(System.Single,System.Single)">
          <a class="xref" href="GrapeCity.ActiveReports.Document.Section.Page.SetTextBoundsRange.html#GrapeCity_ActiveReports_Document_Section_Page_SetTextBoundsRange_System_Single_System_Single_">SetTextBoundsRange(float, float)</a>
        </td>
        <td class="markdown level1 summary"><p>Sets text top/bottom bounds.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="extensionmethods">Extension Methods</h3>
  <div>
      <a class="xref" href="GrapeCity.ActiveReports.Document.Section.Document.Filters.FilteredDocumentFactory.ConvertToFilteredPage.html#GrapeCity_ActiveReports_Document_Section_Document_Filters_FilteredDocumentFactory_ConvertToFilteredPage_GrapeCity_ActiveReports_Core_Document_Page_">FilteredDocumentFactory.ConvertToFilteredPage(Page)</a>
  </div>
  <div>
      <a class="xref" href="GrapeCity.ActiveReports.ReportsCore.Tools.ObjectExtensions.ApplyDefaults.html#GrapeCity_ActiveReports_ReportsCore_Tools_ObjectExtensions_ApplyDefaults__1___0_">ObjectExtensions.ApplyDefaults&lt;TObject&gt;(TObject)</a>
  </div>
  <div>
      <a class="xref" href="GrapeCity.ActiveReports.ReportsCore.Tools.ObjectExtensions.SetValue.html#GrapeCity_ActiveReports_ReportsCore_Tools_ObjectExtensions_SetValue__1___0_System_ComponentModel_PropertyDescriptor_System_String_">ObjectExtensions.SetValue&lt;TObject&gt;(TObject, PropertyDescriptor, string)</a>
  </div>
  <div>
      <a class="xref" href="GrapeCity.ActiveReports.ReportsCore.Tools.ObjectExtensions.ToNameValueCollection.html#GrapeCity_ActiveReports_ReportsCore_Tools_ObjectExtensions_ToNameValueCollection_System_Object_">ObjectExtensions.ToNameValueCollection(object)</a>
  </div>

</div>
