# GrapeCity.SpreadBuilder.Imaging.ImageInfo

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_SpreadBuilder_Imaging_ImageInfo" data-uid="GrapeCity.SpreadBuilder.Imaging.ImageInfo" class="text-break">ImageInfo Struct
</h1>
  <div class="markdown level0 summary"><p>Represents various options about the image.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.SpreadBuilder.Imaging.html">GrapeCity.SpreadBuilder.Imaging</a></h6>
  <h6><strong>Assembly</strong>: MESCIUS.ActiveReports.SpreadBuilder.dll</h6>
  <h5 id="GrapeCity_SpreadBuilder_Imaging_ImageInfo_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public struct ImageInfo</code></pre>
  </div>
  <h5 id="GrapeCity_SpreadBuilder_Imaging_ImageInfo_remarks"><strong>Remarks</strong></h5>
  <div class="markdown level0 remarks"><p>Used by <a class="xref" href="GrapeCity.SpreadBuilder.DDSheet.AddImage.html#GrapeCity_SpreadBuilder_DDSheet_AddImage_System_Byte___GrapeCity_SpreadBuilder_Imaging_ImageInfo_System_Drawing_Color_System_Drawing_Color_System_Int32_System_Int16_System_Int32_System_Int16_System_Int32_System_Int16_System_Int32_System_Int16_System_String_">AddImage(byte[], ImageInfo, Color, Color, int, short, int, short, int, short, int, short, string)</a>.</p>
</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_SpreadBuilder_Imaging_ImageInfo_AutoFill" data-uid="GrapeCity.SpreadBuilder.Imaging.ImageInfo.AutoFill">
          <a class="xref" href="GrapeCity.SpreadBuilder.Imaging.ImageInfo.AutoFill.html#GrapeCity_SpreadBuilder_Imaging_ImageInfo_AutoFill">AutoFill</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether the Automatic Fill option is turned on (Format Object dialog box, Patterns tab).</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_SpreadBuilder_Imaging_ImageInfo_AutoSize" data-uid="GrapeCity.SpreadBuilder.Imaging.ImageInfo.AutoSize">
          <a class="xref" href="GrapeCity.SpreadBuilder.Imaging.ImageInfo.AutoSize.html#GrapeCity_SpreadBuilder_Imaging_ImageInfo_AutoSize">AutoSize</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether or not this image should be moved and resized along with the cells.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_SpreadBuilder_Imaging_ImageInfo_CropFromBottom" data-uid="GrapeCity.SpreadBuilder.Imaging.ImageInfo.CropFromBottom">
          <a class="xref" href="GrapeCity.SpreadBuilder.Imaging.ImageInfo.CropFromBottom.html#GrapeCity_SpreadBuilder_Imaging_ImageInfo_CropFromBottom">CropFromBottom</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a percentage indicates how much of the total height of the image is taken up by the bottom portion of the crop.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_SpreadBuilder_Imaging_ImageInfo_CropFromLeft" data-uid="GrapeCity.SpreadBuilder.Imaging.ImageInfo.CropFromLeft">
          <a class="xref" href="GrapeCity.SpreadBuilder.Imaging.ImageInfo.CropFromLeft.html#GrapeCity_SpreadBuilder_Imaging_ImageInfo_CropFromLeft">CropFromLeft</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a percentage indicates how much of the total width of the image is taken up by the left portion of the crop.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_SpreadBuilder_Imaging_ImageInfo_CropFromRight" data-uid="GrapeCity.SpreadBuilder.Imaging.ImageInfo.CropFromRight">
          <a class="xref" href="GrapeCity.SpreadBuilder.Imaging.ImageInfo.CropFromRight.html#GrapeCity_SpreadBuilder_Imaging_ImageInfo_CropFromRight">CropFromRight</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a percentage indicates how much of the total width of the image is taken up by the right portion of the crop.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_SpreadBuilder_Imaging_ImageInfo_CropFromTop" data-uid="GrapeCity.SpreadBuilder.Imaging.ImageInfo.CropFromTop">
          <a class="xref" href="GrapeCity.SpreadBuilder.Imaging.ImageInfo.CropFromTop.html#GrapeCity_SpreadBuilder_Imaging_ImageInfo_CropFromTop">CropFromTop</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a percentage indicates how much of the total height of the image is taken up by the top portion of the crop.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_SpreadBuilder_Imaging_ImageInfo_DisplayHeight" data-uid="GrapeCity.SpreadBuilder.Imaging.ImageInfo.DisplayHeight">
          <a class="xref" href="GrapeCity.SpreadBuilder.Imaging.ImageInfo.DisplayHeight.html#GrapeCity_SpreadBuilder_Imaging_ImageInfo_DisplayHeight">DisplayHeight</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the display height of the image object in Excel. The unit is pixel.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_SpreadBuilder_Imaging_ImageInfo_DisplayWidth" data-uid="GrapeCity.SpreadBuilder.Imaging.ImageInfo.DisplayWidth">
          <a class="xref" href="GrapeCity.SpreadBuilder.Imaging.ImageInfo.DisplayWidth.html#GrapeCity_SpreadBuilder_Imaging_ImageInfo_DisplayWidth">DisplayWidth</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the display width of the image object in Excel. The unit is pixel.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_SpreadBuilder_Imaging_ImageInfo_FillPattern" data-uid="GrapeCity.SpreadBuilder.Imaging.ImageInfo.FillPattern">
          <a class="xref" href="GrapeCity.SpreadBuilder.Imaging.ImageInfo.FillPattern.html#GrapeCity_SpreadBuilder_Imaging_ImageInfo_FillPattern">FillPattern</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether the background of the image is filled or not.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_SpreadBuilder_Imaging_ImageInfo_Left" data-uid="GrapeCity.SpreadBuilder.Imaging.ImageInfo.Left">
          <a class="xref" href="GrapeCity.SpreadBuilder.Imaging.ImageInfo.Left.html#GrapeCity_SpreadBuilder_Imaging_ImageInfo_Left">Left</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the distance from the cell left to the image's left. The unit is pixel.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_SpreadBuilder_Imaging_ImageInfo_LineStyle" data-uid="GrapeCity.SpreadBuilder.Imaging.ImageInfo.LineStyle">
          <a class="xref" href="GrapeCity.SpreadBuilder.Imaging.ImageInfo.LineStyle.html#GrapeCity_SpreadBuilder_Imaging_ImageInfo_LineStyle">LineStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the style of the line bounding an image.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_SpreadBuilder_Imaging_ImageInfo_LineWeight" data-uid="GrapeCity.SpreadBuilder.Imaging.ImageInfo.LineWeight">
          <a class="xref" href="GrapeCity.SpreadBuilder.Imaging.ImageInfo.LineWeight.html#GrapeCity_SpreadBuilder_Imaging_ImageInfo_LineWeight">LineWeight</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the weight of the line bounding an image.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_SpreadBuilder_Imaging_ImageInfo_LineWidth" data-uid="GrapeCity.SpreadBuilder.Imaging.ImageInfo.LineWidth">
          <a class="xref" href="GrapeCity.SpreadBuilder.Imaging.ImageInfo.LineWidth.html#GrapeCity_SpreadBuilder_Imaging_ImageInfo_LineWidth">LineWidth</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the line width of the image outline. The unit is pixel.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_SpreadBuilder_Imaging_ImageInfo_MoveWithCells" data-uid="GrapeCity.SpreadBuilder.Imaging.ImageInfo.MoveWithCells">
          <a class="xref" href="GrapeCity.SpreadBuilder.Imaging.ImageInfo.MoveWithCells.html#GrapeCity_SpreadBuilder_Imaging_ImageInfo_MoveWithCells">MoveWithCells</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether this image should be moved along with the cells (Format Object dialog box, Properties tab).</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_SpreadBuilder_Imaging_ImageInfo_QuadrantIndex" data-uid="GrapeCity.SpreadBuilder.Imaging.ImageInfo.QuadrantIndex">
          <a class="xref" href="GrapeCity.SpreadBuilder.Imaging.ImageInfo.QuadrantIndex.html#GrapeCity_SpreadBuilder_Imaging_ImageInfo_QuadrantIndex">QuadrantIndex</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the direction in which the image begins and ends.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_SpreadBuilder_Imaging_ImageInfo_Top" data-uid="GrapeCity.SpreadBuilder.Imaging.ImageInfo.Top">
          <a class="xref" href="GrapeCity.SpreadBuilder.Imaging.ImageInfo.Top.html#GrapeCity_SpreadBuilder_Imaging_ImageInfo_Top">Top</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the distance from the cell top to the image's top. The unit is pixel.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
