# GrapeCity.Spreadsheet.Charts.IChartObject.CopyPicture

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="GrapeCity_Spreadsheet_Charts_IChartObject_CopyPicture_" data-uid="GrapeCity.Spreadsheet.Charts.IChartObject.CopyPicture*">CopyPicture Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_Spreadsheet_Charts_IChartObject_CopyPicture_" data-uid="GrapeCity.Spreadsheet.Charts.IChartObject.CopyPicture*"></a>
<h4 id="GrapeCity_Spreadsheet_Charts_IChartObject_CopyPicture_GrapeCity_Spreadsheet_Drawing_PictureAppearance_GrapeCity_Spreadsheet_Drawing_CopyPictureFormat_" data-uid="GrapeCity.Spreadsheet.Charts.IChartObject.CopyPicture(GrapeCity.Spreadsheet.Drawing.PictureAppearance,GrapeCity.Spreadsheet.Drawing.CopyPictureFormat)">CopyPicture(PictureAppearance, 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(PictureAppearance appearance = PictureAppearance.Screen, CopyPictureFormat format = CopyPictureFormat.Picture)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Sub CopyPicture(Optional appearance As PictureAppearance = PictureAppearance.Screen, Optional format As CopyPictureFormat = CopyPictureFormat.Picture)</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.PictureAppearance.html">PictureAppearance</a></td>
      <td><span class="parametername">appearance</span></td>
      <td><p>Specifies how the picture should be copied.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="GrapeCity.Spreadsheet.Drawing.CopyPictureFormat.html">CopyPictureFormat</a></td>
      <td><span class="parametername">format</span></td>
      <td><p>The format of the picture.</p>
</td>
    </tr>
  </tbody>
</table>
</div>
