# GrapeCity.Spreadsheet.Drawing.IShape.CopyPicture

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="GrapeCity_Spreadsheet_Drawing_IShape_CopyPicture_" data-uid="GrapeCity.Spreadsheet.Drawing.IShape.CopyPicture*">CopyPicture Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_Spreadsheet_Drawing_IShape_CopyPicture_" data-uid="GrapeCity.Spreadsheet.Drawing.IShape.CopyPicture*"></a>
<h4 id="GrapeCity_Spreadsheet_Drawing_IShape_CopyPicture_GrapeCity_Spreadsheet_Drawing_CopyPictureFormat_" data-uid="GrapeCity.Spreadsheet.Drawing.IShape.CopyPicture(GrapeCity.Spreadsheet.Drawing.CopyPictureFormat)">CopyPicture(CopyPictureFormat)</h4>
<div class="markdown level1 summary"><p>Copies the selected object to the clipboard as a picture.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">void CopyPicture(CopyPictureFormat format)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Sub CopyPicture(format As CopyPictureFormat)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Name</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="GrapeCity.Spreadsheet.Drawing.CopyPictureFormat.html">CopyPictureFormat</a></td>
      <td><span class="parametername">format</span></td>
      <td><p>A <a class="xref" href="GrapeCity.Spreadsheet.Drawing.CopyPictureFormat.html">CopyPictureFormat</a> constant that specifies the format of the picture. The default value is <a class="xref" href="GrapeCity.Spreadsheet.Drawing.CopyPictureFormat.html#GrapeCity_Spreadsheet_Drawing_CopyPictureFormat_Picture">Picture</a>.</p>
</td>
    </tr>
  </tbody>
</table>
</div>
