# CSJ2K.j2k.util.CodestreamManipulator

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="CSJ2K_j2k_util_CodestreamManipulator" data-uid="CSJ2K.j2k.util.CodestreamManipulator" class="text-break">CodestreamManipulator Class
</h1>
  <div class="markdown level0 summary"><p>This class takes a legal JPEG 2000 codestream and performs some
manipulation on it. Currently the manipulations supported are: Tile-parts</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <div class="inheritance">
    <h5>Inheritance</h5>
    <div class="level0"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div>
    <div class="level1"><span class="xref">CodestreamManipulator</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="CSJ2K.j2k.util.html">CSJ2K.j2k.util</a></h6>
  <h6><strong>Assembly</strong>: C1.WPF.ReportViewer.4.6.2.dll</h6>
  <h5 id="CSJ2K_j2k_util_CodestreamManipulator_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class CodestreamManipulator</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class CodestreamManipulator</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="CSJ2K_j2k_util_CodestreamManipulator__ctor_System_String_System_Int32_System_Int32_System_Boolean_System_Boolean_System_Boolean_System_Boolean_" data-uid="CSJ2K.j2k.util.CodestreamManipulator.#ctor(System.String,System.Int32,System.Int32,System.Boolean,System.Boolean,System.Boolean,System.Boolean)">
          <a class="xref" href="CSJ2K.j2k.util.CodestreamManipulator.-ctor.html#CSJ2K_j2k_util_CodestreamManipulator__ctor_System_String_System_Int32_System_Int32_System_Boolean_System_Boolean_System_Boolean_System_Boolean_">CodestreamManipulator(string, int, int, bool, bool, bool, bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Instantiates a codestream manipulator..</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="methods">Methods
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="CSJ2K_j2k_util_CodestreamManipulator_doCodestreamManipulation" data-uid="CSJ2K.j2k.util.CodestreamManipulator.doCodestreamManipulation">
          <a class="xref" href="CSJ2K.j2k.util.CodestreamManipulator.doCodestreamManipulation.html#CSJ2K_j2k_util_CodestreamManipulator_doCodestreamManipulation">doCodestreamManipulation()</a>
        </td>
        <td class="markdown level1 summary"><p>This method performs the actual manipulation of the codestream which is
the reparsing for tile parts and packed packet headers</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
