# GrapeCity.ActiveReports.Drawing.GraphicsUnitEx

## Content

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




  <h1 id="GrapeCity_ActiveReports_Drawing_GraphicsUnitEx" data-uid="GrapeCity.ActiveReports.Drawing.GraphicsUnitEx" class="text-break">GraphicsUnitEx Enum
</h1>
  <div class="markdown level0 summary"><p>Specifies the unit of measure the provided data is in.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.ActiveReports.Drawing.html">GrapeCity.ActiveReports.Drawing</a></h6>
  <h6><strong>Assembly</strong>: MESCIUS.ActiveReports.Core.Rendering.dll</h6>
  <h5 id="GrapeCity_ActiveReports_Drawing_GraphicsUnitEx_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[Obsolete(&quot;This is not used anywhere, and should be removed&quot;)]
[CLSCompliant(true)]
public enum GraphicsUnitEx</code></pre>
  </div>
  <h3 id="fields">Fields
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    <thead>
    </thead></thead><tbody>
      <tr>
        <td id="GrapeCity_ActiveReports_Drawing_GraphicsUnitEx_Display">Display</td>
        <td><p>Specifies the unit of measure is 1/75 inch</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Drawing_GraphicsUnitEx_Document">Document</td>
        <td><p>Specifies the unit of measure is the document unit (1/300 inch)</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Drawing_GraphicsUnitEx_Inch">Inch</td>
        <td><p>Specifies the unit of measure is an inch.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Drawing_GraphicsUnitEx_Millimeter">Millimeter</td>
        <td><p>Specifies the unit of measure is a millimeter</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Drawing_GraphicsUnitEx_Pixel">Pixel</td>
        <td><p>Specifies the unit of measure is the device pixel.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Drawing_GraphicsUnitEx_Point">Point</td>
        <td><p>Specifies the unit of measure is a printer's point (1/72 inch)</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Drawing_GraphicsUnitEx_World">World</td>
        <td><p>Specifies the unit of measure is the world unit.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="extensionmethods">Extension Methods</h3>
  <div>
      <a class="xref" href="GrapeCity.ActiveReports.Core.Rendering.Tools.ObjectExtensions.IsNumber.html#GrapeCity_ActiveReports_Core_Rendering_Tools_ObjectExtensions_IsNumber_System_Object_">ObjectExtensions.IsNumber(object)</a>
  </div>
</div>
