# GrapeCity.ActiveReports.SectionReport.Watermark

## Content

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



<h1 id="GrapeCity_ActiveReports_SectionReport_Watermark_" data-uid="GrapeCity.ActiveReports.SectionReport.Watermark*">Watermark Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_ActiveReports_SectionReport_Watermark_" data-uid="GrapeCity.ActiveReports.SectionReport.Watermark*"></a>
<h4 id="GrapeCity_ActiveReports_SectionReport_Watermark" data-uid="GrapeCity.ActiveReports.SectionReport.Watermark">Watermark</h4>
<div class="markdown level1 summary"><p>Gets or sets a value representing an image that will be used for the background of report pages.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">[Browsable(false)]
public Image Watermark { get; set; }</code></pre>
</div>
<h5 class="propertyValue">Property Value</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="../MESCIUS.ActiveReports.Core.Document/GrapeCity.ActiveReports.Document.Drawing.Image.html">Image</a></td>
      <td><p>A <a class="xref" href="../MESCIUS.ActiveReports.Core.Document/GrapeCity.ActiveReports.Document.Drawing.Image.html">Image</a> representing the image for the watermark.</p>
</td>
    </tr>
  </tbody>
</table>
<h5 id="GrapeCity_ActiveReports_SectionReport_Watermark_remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>The watermark image can be positioned, sized, aligned and placed on specific pages using the other watermark properties. For example WatermarkAlignment or WatermarkSizeMode.</p>
</div>
</div>
