# GrapeCity.Documents.Text.Utf32Interval

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Documents_Text_Utf32Interval" data-uid="GrapeCity.Documents.Text.Utf32Interval" class="text-break">Utf32Interval Struct
</h1>
  <div class="markdown level0 summary"><p>Specifies an interval of UTF-32 characters (code points).</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Documents.Text.html">GrapeCity.Documents.Text</a></h6>
  <h6><strong>Assembly</strong>: DS.Documents.Imaging.dll</h6>
  <h5 id="GrapeCity_Documents_Text_Utf32Interval_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public struct Utf32Interval</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Structure Utf32Interval</code></pre>
  </div>
  <h3 id="constructors">Constructors
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="GrapeCity_Documents_Text_Utf32Interval__ctor_System_Int32_System_Int32_" data-uid="GrapeCity.Documents.Text.Utf32Interval.#ctor(System.Int32,System.Int32)">
          <a class="xref" href="GrapeCity.Documents.Text.Utf32Interval.-ctor.html#GrapeCity_Documents_Text_Utf32Interval__ctor_System_Int32_System_Int32_">Utf32Interval(int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes an instance of the <a class="xref" href="GrapeCity.Documents.Text.Utf32Interval.html">Utf32Interval</a>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Text_Utf32Interval__ctor_System_Int32_System_Int32_System_Boolean_" data-uid="GrapeCity.Documents.Text.Utf32Interval.#ctor(System.Int32,System.Int32,System.Boolean)">
          <a class="xref" href="GrapeCity.Documents.Text.Utf32Interval.-ctor.html#GrapeCity_Documents_Text_Utf32Interval__ctor_System_Int32_System_Int32_System_Boolean_">Utf32Interval(int, int, bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes an instance of the <a class="xref" href="GrapeCity.Documents.Text.Utf32Interval.html">Utf32Interval</a>.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="properties">Properties
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="GrapeCity_Documents_Text_Utf32Interval_Exclude" data-uid="GrapeCity.Documents.Text.Utf32Interval.Exclude">
          <a class="xref" href="GrapeCity.Documents.Text.Utf32Interval.Exclude.html#GrapeCity_Documents_Text_Utf32Interval_Exclude">Exclude</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value indicating if the interval should be excluded from the resulting set of characters.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Text_Utf32Interval_FirstCode" data-uid="GrapeCity.Documents.Text.Utf32Interval.FirstCode">
          <a class="xref" href="GrapeCity.Documents.Text.Utf32Interval.FirstCode.html#GrapeCity_Documents_Text_Utf32Interval_FirstCode">FirstCode</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the first UTF-32 character (code point) of the interval.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Text_Utf32Interval_LastCode" data-uid="GrapeCity.Documents.Text.Utf32Interval.LastCode">
          <a class="xref" href="GrapeCity.Documents.Text.Utf32Interval.LastCode.html#GrapeCity_Documents_Text_Utf32Interval_LastCode">LastCode</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the last UTF-32 character (code point) of the interval.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Text_Utf32Interval_UnicodeBlock" data-uid="GrapeCity.Documents.Text.Utf32Interval.UnicodeBlock">
          <a class="xref" href="GrapeCity.Documents.Text.Utf32Interval.UnicodeBlock.html#GrapeCity_Documents_Text_Utf32Interval_UnicodeBlock">UnicodeBlock</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the value identifying the named range of Unicode characters.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
