# GrapeCity.Documents.Excel.IGraphic

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Documents_Excel_IGraphic" data-uid="GrapeCity.Documents.Excel.IGraphic" class="text-break">IGraphic Interface
</h1>
  <div class="markdown level0 summary"><p>Represents the picture field included in the specified header or footer.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Documents.Excel.html">GrapeCity.Documents.Excel</a></h6>
  <h6><strong>Assembly</strong>: DS.Documents.Excel.dll</h6>
  <h5 id="GrapeCity_Documents_Excel_IGraphic_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public interface IGraphic</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Interface IGraphic</code></pre>
  </div>
  <h3 id="properties">Properties
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="GrapeCity_Documents_Excel_IGraphic_Filename" data-uid="GrapeCity.Documents.Excel.IGraphic.Filename">
          <a class="xref" href="GrapeCity.Documents.Excel.IGraphic.Filename.html#GrapeCity_Documents_Excel_IGraphic_Filename">Filename</a>
        </td>
        <td class="markdown level1 summary"><p>Returns or sets the path to the location where the specified source object was saved.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IGraphic_Height" data-uid="GrapeCity.Documents.Excel.IGraphic.Height">
          <a class="xref" href="GrapeCity.Documents.Excel.IGraphic.Height.html#GrapeCity_Documents_Excel_IGraphic_Height">Height</a>
        </td>
        <td class="markdown level1 summary"><p>Returns or sets a Single value that represents the height, in points, of the object.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IGraphic_LockAspectRatio" data-uid="GrapeCity.Documents.Excel.IGraphic.LockAspectRatio">
          <a class="xref" href="GrapeCity.Documents.Excel.IGraphic.LockAspectRatio.html#GrapeCity_Documents_Excel_IGraphic_LockAspectRatio">LockAspectRatio</a>
        </td>
        <td class="markdown level1 summary"><p>True if the specified shape retains its original proportions when you resize it. False if you can change the height and width of the shape independently of one another when you resize it.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IGraphic_Width" data-uid="GrapeCity.Documents.Excel.IGraphic.Width">
          <a class="xref" href="GrapeCity.Documents.Excel.IGraphic.Width.html#GrapeCity_Documents_Excel_IGraphic_Width">Width</a>
        </td>
        <td class="markdown level1 summary"><p>Returns or sets a Single value that represents the width, in points, of the object.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="methods">Methods
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="GrapeCity_Documents_Excel_IGraphic_SetGraphicStream_System_IO_Stream_GrapeCity_Documents_Excel_Drawing_ImageType_" data-uid="GrapeCity.Documents.Excel.IGraphic.SetGraphicStream(System.IO.Stream,GrapeCity.Documents.Excel.Drawing.ImageType)">
          <a class="xref" href="GrapeCity.Documents.Excel.IGraphic.SetGraphicStream.html#GrapeCity_Documents_Excel_IGraphic_SetGraphicStream_System_IO_Stream_GrapeCity_Documents_Excel_Drawing_ImageType_">SetGraphicStream(Stream, ImageType)</a>
        </td>
        <td class="markdown level1 summary"><p>Sets the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.io.stream">Stream</a> to the location where the specified source object was saved.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
