# GrapeCity.Documents.Common.UnitTypeEnum

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="GrapeCity_Documents_Common_UnitTypeEnum" data-uid="GrapeCity.Documents.Common.UnitTypeEnum" class="text-break">UnitTypeEnum Enum
</h1>
  <div class="markdown level0 summary"><p>Enumerates units of measurement used by <a class="xref" href="GrapeCity.Documents.Common.Unit.html">Unit</a> and related types.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Documents.Common.html">GrapeCity.Documents.Common</a></h6>
  <h6><strong>Assembly</strong>: DS.Documents.Imaging.dll</h6>
  <h5 id="GrapeCity_Documents_Common_UnitTypeEnum_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum UnitTypeEnum</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum UnitTypeEnum</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_Documents_Common_UnitTypeEnum_Cm">Cm</td>
        <td><p>Specifies centimetre's as the unit of measure.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Common_UnitTypeEnum_Dip">Dip</td>
        <td><p>Specifies DIP's 1/96 inch as the unit of measure.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Common_UnitTypeEnum_Display">Display</td>
        <td><p>Specifies 1/75 inch as the unit of measure.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Common_UnitTypeEnum_Document">Document</td>
        <td><p>Specifies the document unit (1/300 inch) as the unit of measure.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Common_UnitTypeEnum_InHs">InHs</td>
        <td><p>Specifies a hundredths of an inch as the unit of measure.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Common_UnitTypeEnum_Inch">Inch</td>
        <td><p>Specifies the inch as the unit of measure.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Common_UnitTypeEnum_Mm">Mm</td>
        <td><p>Specifies the millimeter as the unit of measure.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Common_UnitTypeEnum_Pica">Pica</td>
        <td><p>Specifies the pica unit (1/6 inch) as the unit of measure.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Common_UnitTypeEnum_Point">Point</td>
        <td><p>Specifies a printer's point (1/72 inch) as the unit of measure.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Common_UnitTypeEnum_Twip">Twip</td>
        <td><p>Specifies a twip (1/1440 inch) as the unit of measure.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
