# GrapeCity.ActiveReports.Core.Document.DeviceInfo

## Content

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



  <h1 id="GrapeCity_ActiveReports_Core_Document_DeviceInfo" data-uid="GrapeCity.ActiveReports.Core.Document.DeviceInfo" class="text-break">DeviceInfo Struct
</h1>
  <div class="markdown level0 summary"><p>Presents information on the drawing device.</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_DeviceInfo_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public struct DeviceInfo</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_DeviceInfo__ctor_System_Single_System_Single_System_Single_" data-uid="GrapeCity.ActiveReports.Core.Document.DeviceInfo.#ctor(System.Single,System.Single,System.Single)">
          <a class="xref" href="GrapeCity.ActiveReports.Core.Document.DeviceInfo.-ctor.html#GrapeCity_ActiveReports_Core_Document_DeviceInfo__ctor_System_Single_System_Single_System_Single_">DeviceInfo(float, float, float)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes the <a class="xref" href="GrapeCity.ActiveReports.Core.Document.DeviceInfo.html">DeviceInfo</a> structure.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="fields">Fields
</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_DeviceInfo_Default" data-uid="GrapeCity.ActiveReports.Core.Document.DeviceInfo.Default">
          <a class="xref" href="GrapeCity.ActiveReports.Core.Document.DeviceInfo.Default.html">Default</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the default device information.</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_DeviceInfo_DpiX" data-uid="GrapeCity.ActiveReports.Core.Document.DeviceInfo.DpiX">
          <a class="xref" href="GrapeCity.ActiveReports.Core.Document.DeviceInfo.DpiX.html#GrapeCity_ActiveReports_Core_Document_DeviceInfo_DpiX">DpiX</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the dpi on the X axis.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Core_Document_DeviceInfo_DpiY" data-uid="GrapeCity.ActiveReports.Core.Document.DeviceInfo.DpiY">
          <a class="xref" href="GrapeCity.ActiveReports.Core.Document.DeviceInfo.DpiY.html#GrapeCity_ActiveReports_Core_Document_DeviceInfo_DpiY">DpiY</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the dpi on the Y axis.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Core_Document_DeviceInfo_PageScale" data-uid="GrapeCity.ActiveReports.Core.Document.DeviceInfo.PageScale">
          <a class="xref" href="GrapeCity.ActiveReports.Core.Document.DeviceInfo.PageScale.html#GrapeCity_ActiveReports_Core_Document_DeviceInfo_PageScale">PageScale</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the page scale.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
