# GrapeCity.Documents.Imaging.GrayscaleStandard

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="GrapeCity_Documents_Imaging_GrayscaleStandard" data-uid="GrapeCity.Documents.Imaging.GrayscaleStandard" class="text-break">GrayscaleStandard Enum
</h1>
  <div class="markdown level0 summary"><p>Specifies the standard used for converting full-color image to monochromatic gray.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Documents.Imaging.html">GrapeCity.Documents.Imaging</a></h6>
  <h6><strong>Assembly</strong>: DS.Documents.Imaging.dll</h6>
  <h5 id="GrapeCity_Documents_Imaging_GrayscaleStandard_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum GrayscaleStandard</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum GrayscaleStandard</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_Imaging_GrayscaleStandard_BT2100">BT2100</td>
        <td><p>Corresponds to the ITU-R BT.2100 standard for HDR television.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Imaging_GrayscaleStandard_BT601">BT601</td>
        <td><p>Corresponds to the standard color TV and video systems such as PAL and NTSC.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Imaging_GrayscaleStandard_BT709">BT709</td>
        <td><p>Corresponds to the ITU-R BT.709 standard used for HDTV.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
