# C1.Report.PictureScaleEnum

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="C1_Report_PictureScaleEnum" data-uid="C1.Report.PictureScaleEnum" class="text-break">PictureScaleEnum Enum
</h1>
  <div class="markdown level0 summary"><p>Specifies the scaling 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_PictureScaleEnum_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum PictureScaleEnum</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum PictureScaleEnum</code></pre>
  </div>
  <h5 id="C1_Report_PictureScaleEnum_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.PictureScale.html#C1_Report_Field_PictureScale">PictureScale</a>,
<a class="xref" href="C1.Report.ImageField.PictureScale.html#C1_Report_ImageField_PictureScale">PictureScale</a> 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_PictureScaleEnum_Clip">Clip</td>
        <td><p>Use the image's original size, clipping it to the display area if necessary.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Report_PictureScaleEnum_Hide">Hide</td>
        <td><p>Hide the picture.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Report_PictureScaleEnum_Scale">Scale</td>
        <td><p>Scale the picture to fit the display area.
This mode may increase or reduce the size of the image
while maintaining its aspect ratio.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Report_PictureScaleEnum_Stretch">Stretch</td>
        <td><p>Stretch the picture to fill the display area.
This mode will usually change the image's aspect ratio.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Report_PictureScaleEnum_Tile">Tile</td>
        <td><p>Tile the picture to fill the display area.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
