# GrapeCity.Documents.Imaging.RegionCombineMode

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="GrapeCity_Documents_Imaging_RegionCombineMode" data-uid="GrapeCity.Documents.Imaging.RegionCombineMode" class="text-break">RegionCombineMode Enum
</h1>
  <div class="markdown level0 summary"><p>Specifies the different methods by which two regions can be combined.</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_RegionCombineMode_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum RegionCombineMode</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum RegionCombineMode</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_RegionCombineMode_Exclude">Exclude</td>
        <td><p>The second region is excluded from the first.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Imaging_RegionCombineMode_Intersect">Intersect</td>
        <td><p>The two regions are combined by taking their intersection.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Imaging_RegionCombineMode_Union">Union</td>
        <td><p>The two regions are combined by taking the union of both.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Imaging_RegionCombineMode_Xor">Xor</td>
        <td><p>The two regions are combined by taking the area that exists in the first region but not the second and the area that exists in the second region but not the first.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
