# GrapeCity.ActiveReports.Document.Section.Annotations.ImageLayout

## Content

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




  <h1 id="GrapeCity_ActiveReports_Document_Section_Annotations_ImageLayout" data-uid="GrapeCity.ActiveReports.Document.Section.Annotations.ImageLayout" class="text-break">ImageLayout Enum
</h1>
  <div class="markdown level0 summary"><p>Represents image annotation layout</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.ActiveReports.Document.Section.Annotations.html">GrapeCity.ActiveReports.Document.Section.Annotations</a></h6>
  <h6><strong>Assembly</strong>: MESCIUS.ActiveReports.Core.Document.dll</h6>
  <h5 id="GrapeCity_ActiveReports_Document_Section_Annotations_ImageLayout_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum ImageLayout</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_ActiveReports_Document_Section_Annotations_ImageLayout_Bottom">Bottom</td>
        <td><p>The image is displayed at the bottom of the annotation area.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Document_Section_Annotations_ImageLayout_Center">Center</td>
        <td><p>The image is displayed in the center of the annotation area.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Document_Section_Annotations_ImageLayout_Left">Left</td>
        <td><p>The image is displayed at the left edge of the annotation area.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Document_Section_Annotations_ImageLayout_LeftBottom">LeftBottom</td>
        <td><p>The image is displayed at the bottom left corner of the annotation area.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Document_Section_Annotations_ImageLayout_LeftTop">LeftTop</td>
        <td><p>The image is displayed at the upper left corner of the annotation area.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Document_Section_Annotations_ImageLayout_Right">Right</td>
        <td><p>The image is displayed at the right end of the annotation area.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Document_Section_Annotations_ImageLayout_RightBottom">RightBottom</td>
        <td><p>The image is displayed at the bottom right corner of the annotation area.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Document_Section_Annotations_ImageLayout_RightTop">RightTop</td>
        <td><p>The image is displayed at the upper right corner of the annotation area.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Document_Section_Annotations_ImageLayout_Stretch">Stretch</td>
        <td><p>The image is stretched to the region of the annotation regardless of the aspect ratio.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Document_Section_Annotations_ImageLayout_Tile">Tile</td>
        <td><p>The image is the actual size and is displayed side-by-side across the area of the annotation.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Document_Section_Annotations_ImageLayout_Top">Top</td>
        <td><p>The image is displayed at the top of the annotation area.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Document_Section_Annotations_ImageLayout_Zoom">Zoom</td>
        <td><p>The image is displayed according to the size of the control.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
