# GrapeCity.Spreadsheet.Drawing.CopyPictureFormat

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="GrapeCity_Spreadsheet_Drawing_CopyPictureFormat" data-uid="GrapeCity.Spreadsheet.Drawing.CopyPictureFormat" class="text-break">CopyPictureFormat Enum
</h1>
  <div class="markdown level0 summary"><p>Specifies the format of the picture being copied.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Spreadsheet.Drawing.html">GrapeCity.Spreadsheet.Drawing</a></h6>
  <h6><strong>Assembly</strong>: GrapeCity.Spreadsheet.dll</h6>
  <h5 id="GrapeCity_Spreadsheet_Drawing_CopyPictureFormat_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum CopyPictureFormat</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum CopyPictureFormat</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_Spreadsheet_Drawing_CopyPictureFormat_Bitmap">Bitmap</td>
        <td><p>Bitmap (.png, .bmp, .jpg, .gif).</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Drawing_CopyPictureFormat_Picture">Picture</td>
        <td><p>Drawn picture (.wmf, .mix).</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
