# GrapeCity.ActiveReports.BarCodes.Drawing.PageDrawingDevice

## Content

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



  <h1 id="GrapeCity_ActiveReports_BarCodes_Drawing_PageDrawingDevice" data-uid="GrapeCity.ActiveReports.BarCodes.Drawing.PageDrawingDevice" class="text-break">PageDrawingDevice Class
</h1>
  <div class="markdown level0 summary"><p>Page drawing device</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.Rendering/GrapeCity.ActiveReports.BarCodes.DrawingDeviceBase.html">DrawingDeviceBase</a></div>
    <div class="level2"><span class="xref">PageDrawingDevice</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="../MESCIUS.ActiveReports.Core.Rendering/GrapeCity.ActiveReports.Extensibility.Rendering.Components.Barcode.IDrawingDevice.html">IDrawingDevice</a></div>
    <div><a class="xref" href="../MESCIUS.ActiveReports.Core.Rendering/GrapeCity.ActiveReports.Extensibility.Rendering.Components.Barcode.ITextMeasurer.html">ITextMeasurer</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.idisposable">IDisposable</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.ActiveReports.BarCodes.Drawing.html">GrapeCity.ActiveReports.BarCodes.Drawing</a></h6>
  <h6><strong>Assembly</strong>: MESCIUS.ActiveReports.dll</h6>
  <h5 id="GrapeCity_ActiveReports_BarCodes_Drawing_PageDrawingDevice_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public sealed class PageDrawingDevice : DrawingDeviceBase, IDrawingDevice, ITextMeasurer, IDisposable</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_BarCodes_Drawing_PageDrawingDevice__ctor_GrapeCity_ActiveReports_Core_Document_ITextLayoutService_GrapeCity_ActiveReports_Document_Section_DrawCanvas_GrapeCity_ActiveReports_Document_Section_TextAlignment_GrapeCity_ActiveReports_Document_Drawing_Font_System_Drawing_Color_GrapeCity_ActiveReports_BarCodes_Direction_System_Drawing_RectangleF_" data-uid="GrapeCity.ActiveReports.BarCodes.Drawing.PageDrawingDevice.#ctor(GrapeCity.ActiveReports.Core.Document.ITextLayoutService,GrapeCity.ActiveReports.Document.Section.DrawCanvas,GrapeCity.ActiveReports.Document.Section.TextAlignment,GrapeCity.ActiveReports.Document.Drawing.Font,System.Drawing.Color,GrapeCity.ActiveReports.BarCodes.Direction,System.Drawing.RectangleF)">
          <a class="xref" href="GrapeCity.ActiveReports.BarCodes.Drawing.PageDrawingDevice.-ctor.html#GrapeCity_ActiveReports_BarCodes_Drawing_PageDrawingDevice__ctor_GrapeCity_ActiveReports_Core_Document_ITextLayoutService_GrapeCity_ActiveReports_Document_Section_DrawCanvas_GrapeCity_ActiveReports_Document_Section_TextAlignment_GrapeCity_ActiveReports_Document_Drawing_Font_System_Drawing_Color_GrapeCity_ActiveReports_BarCodes_Direction_System_Drawing_RectangleF_">PageDrawingDevice(ITextLayoutService, DrawCanvas, TextAlignment, Font, Color, Direction, RectangleF)</a>
        </td>
        <td class="markdown level1 summary"></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_BarCodes_Drawing_PageDrawingDevice_Dispose" data-uid="GrapeCity.ActiveReports.BarCodes.Drawing.PageDrawingDevice.Dispose">
          <a class="xref" href="GrapeCity.ActiveReports.BarCodes.Drawing.PageDrawingDevice.Dispose.html#GrapeCity_ActiveReports_BarCodes_Drawing_PageDrawingDevice_Dispose">Dispose()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_BarCodes_Drawing_PageDrawingDevice_DrawEllipse_System_Drawing_PointF_System_Single_System_Single_System_Single_" data-uid="GrapeCity.ActiveReports.BarCodes.Drawing.PageDrawingDevice.DrawEllipse(System.Drawing.PointF,System.Single,System.Single,System.Single)">
          <a class="xref" href="GrapeCity.ActiveReports.BarCodes.Drawing.PageDrawingDevice.DrawEllipse.html#GrapeCity_ActiveReports_BarCodes_Drawing_PageDrawingDevice_DrawEllipse_System_Drawing_PointF_System_Single_System_Single_System_Single_">DrawEllipse(PointF, float, float, float)</a>
        </td>
        <td class="markdown level1 summary"><p>Fills circle.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_BarCodes_Drawing_PageDrawingDevice_DrawString_System_String_System_Drawing_RectangleF_" data-uid="GrapeCity.ActiveReports.BarCodes.Drawing.PageDrawingDevice.DrawString(System.String,System.Drawing.RectangleF)">
          <a class="xref" href="GrapeCity.ActiveReports.BarCodes.Drawing.PageDrawingDevice.DrawString.html#GrapeCity_ActiveReports_BarCodes_Drawing_PageDrawingDevice_DrawString_System_String_System_Drawing_RectangleF_">DrawString(string, RectangleF)</a>
        </td>
        <td class="markdown level1 summary"><p>Draws the specified text at the specified location using the specified device context, font, and color.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_BarCodes_Drawing_PageDrawingDevice_FillPolygon_System_Drawing_PointF___" data-uid="GrapeCity.ActiveReports.BarCodes.Drawing.PageDrawingDevice.FillPolygon(System.Drawing.PointF[])">
          <a class="xref" href="GrapeCity.ActiveReports.BarCodes.Drawing.PageDrawingDevice.FillPolygon.html#GrapeCity_ActiveReports_BarCodes_Drawing_PageDrawingDevice_FillPolygon_System_Drawing_PointF___">FillPolygon(PointF[])</a>
        </td>
        <td class="markdown level1 summary"><p>Fills polygon.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_BarCodes_Drawing_PageDrawingDevice_FillRectangle_System_Drawing_RectangleF_" data-uid="GrapeCity.ActiveReports.BarCodes.Drawing.PageDrawingDevice.FillRectangle(System.Drawing.RectangleF)">
          <a class="xref" href="GrapeCity.ActiveReports.BarCodes.Drawing.PageDrawingDevice.FillRectangle.html#GrapeCity_ActiveReports_BarCodes_Drawing_PageDrawingDevice_FillRectangle_System_Drawing_RectangleF_">FillRectangle(RectangleF)</a>
        </td>
        <td class="markdown level1 summary"><p>Fills the interior with a rectangle specified by a pair of coordinates, a width, and a height.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_BarCodes_Drawing_PageDrawingDevice_MeasureString_System_String_" data-uid="GrapeCity.ActiveReports.BarCodes.Drawing.PageDrawingDevice.MeasureString(System.String)">
          <a class="xref" href="GrapeCity.ActiveReports.BarCodes.Drawing.PageDrawingDevice.MeasureString.html#GrapeCity_ActiveReports_BarCodes_Drawing_PageDrawingDevice_MeasureString_System_String_">MeasureString(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Measures the specified text when drawn with the specified font.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="extensionmethods">Extension Methods</h3>
  <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>
