# C1.Report.PictureAlignEnum

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="C1_Report_PictureAlignEnum" data-uid="C1.Report.PictureAlignEnum" class="text-break">PictureAlignEnum Enum
</h1>
  <div class="markdown level0 summary"><p>Specifies the alignment of images within the field's rectangle.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Report.html">C1.Report</a></h6>
  <h6><strong>Assembly</strong>: C1.Report.dll</h6>
  <h5 id="C1_Report_PictureAlignEnum_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum PictureAlignEnum</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum PictureAlignEnum</code></pre>
  </div>
  <h5 id="C1_Report_PictureAlignEnum_remarks"><strong>Remarks</strong></h5>
  <div class="markdown level0 remarks"><p>Use the members of this enumeration to set the value of the
<a class="xref" href="C1.Report.Field.PictureAlign.html#C1_Report_Field_PictureAlign">PictureAlign</a>, <a class="xref" href="C1.Report.ImageField.PictureAlign.html#C1_Report_ImageField_PictureAlign">PictureAlign</a> etc properties.</p>
</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="C1_Report_PictureAlignEnum_CenterBottom">CenterBottom</td>
        <td><p>Align to the center and to the bottom, clipping if necessary.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Report_PictureAlignEnum_CenterMiddle">CenterMiddle</td>
        <td><p>Align to the center and to the middle, clipping if necessary.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Report_PictureAlignEnum_CenterTop">CenterTop</td>
        <td><p>Align to the center and to the top, clipping if necessary.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Report_PictureAlignEnum_LeftBottom">LeftBottom</td>
        <td><p>Align to the left and to the bottom, clipping if necessary.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Report_PictureAlignEnum_LeftMiddle">LeftMiddle</td>
        <td><p>Align to the left and to the middle, clipping if necessary.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Report_PictureAlignEnum_LeftTop">LeftTop</td>
        <td><p>Align to the left and to the top, clipping if necessary.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Report_PictureAlignEnum_RightBottom">RightBottom</td>
        <td><p>Align to the right and to the bottom, clipping if necessary.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Report_PictureAlignEnum_RightMiddle">RightMiddle</td>
        <td><p>Align to the right and to the middle, clipping if necessary.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Report_PictureAlignEnum_RightTop">RightTop</td>
        <td><p>Align to the right and to the top, clipping if necessary.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
