# C1.Win.GanttView.Printing.MeasurementDeviceEnum

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="C1_Win_GanttView_Printing_MeasurementDeviceEnum" data-uid="C1.Win.GanttView.Printing.MeasurementDeviceEnum" class="text-break">MeasurementDeviceEnum Enum
</h1>
  <div class="markdown level0 summary"><p>Defines the device (printer or screen) used to measure the elements of a C1PrintDocument.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Win.GanttView.Printing.html">C1.Win.GanttView.Printing</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.GanttView.10.dll</h6>
  <h5 id="C1_Win_GanttView_Printing_MeasurementDeviceEnum_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum MeasurementDeviceEnum</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum MeasurementDeviceEnum</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="C1_Win_GanttView_Printing_MeasurementDeviceEnum_Printer">Printer</td>
        <td><p>Use printer device to measure document elements.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_Printing_MeasurementDeviceEnum_Screen">Screen</td>
        <td><p>Use system screen device to measure document elements.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
