# GrapeCity.Documents.Imaging.GaussianBlurBorderMode

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="GrapeCity_Documents_Imaging_GaussianBlurBorderMode" data-uid="GrapeCity.Documents.Imaging.GaussianBlurBorderMode" class="text-break">GaussianBlurBorderMode Enum
</h1>
  <div class="markdown level0 summary"><p>The mapping mode for the pixels outside of the border in the Gaussian blur effect.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Documents.Imaging.html">GrapeCity.Documents.Imaging</a></h6>
  <h6><strong>Assembly</strong>: DS.Documents.Imaging.dll</h6>
  <h5 id="GrapeCity_Documents_Imaging_GaussianBlurBorderMode_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum GaussianBlurBorderMode</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum GaussianBlurBorderMode</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_Documents_Imaging_GaussianBlurBorderMode_BorderColor">BorderColor</td>
        <td><p>Always blend the border pixels with <a class="xref" href="GrapeCity.Documents.Imaging.GaussianBlurEffect.BorderColor.html#GrapeCity_Documents_Imaging_GaussianBlurEffect_BorderColor">BorderColor</a>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Imaging_GaussianBlurBorderMode_Bounce">Bounce</td>
        <td><p>Bounce off the border: gfedcb|abcdefgh|gfedcb.</p>
<p>
This mode is similar to <a class="xref" href="GrapeCity.Documents.Imaging.GaussianBlurBorderMode.html#GrapeCity_Documents_Imaging_GaussianBlurBorderMode_Mirror">Mirror</a>, but here the very border pixel is not repeated.
</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Imaging_GaussianBlurBorderMode_Default">Default</td>
        <td><p>Blend the border pixels with surrounding pixels, if possible, or with
<a class="xref" href="GrapeCity.Documents.Imaging.GaussianBlurEffect.BorderColor.html#GrapeCity_Documents_Imaging_GaussianBlurEffect_BorderColor">BorderColor</a> if the border is at the edge of the source image.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Imaging_GaussianBlurBorderMode_Mirror">Mirror</td>
        <td><p>Mirror the last few border pixels: fedcba|abcdefgh|hgfedcb.</p>
<p>
This mode is similar to <a class="xref" href="GrapeCity.Documents.Imaging.GaussianBlurBorderMode.html#GrapeCity_Documents_Imaging_GaussianBlurBorderMode_Bounce">Bounce</a>, but here the very border pixel is repeated.
</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Imaging_GaussianBlurBorderMode_RepeatEdge">RepeatEdge</td>
        <td><p>Repeat the very border pixel color: aaaaaa|abcdefgh|hhhhhh.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Imaging_GaussianBlurBorderMode_Wrap">Wrap</td>
        <td><p>Take colors from the opposite edge: cdefgh|abcdefgh|abcdef.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
