# CSJ2K.j2k.StringSpec

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="CSJ2K_j2k_StringSpec" data-uid="CSJ2K.j2k.StringSpec" class="text-break">StringSpec Class
</h1>
  <div class="markdown level0 summary"><p>This class extends ModuleSpec class in order to hold tile-component
specifications using Strings.</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"><a class="xref" href="CSJ2K.j2k.ModuleSpec.html">ModuleSpec</a></div>
    <div class="level2"><span class="xref">StringSpec</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="CSJ2K.j2k.html">CSJ2K.j2k</a></h6>
  <h6><strong>Assembly</strong>: C1.WPF.ReportViewer.4.6.2.dll</h6>
  <h5 id="CSJ2K_j2k_StringSpec_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class StringSpec : ModuleSpec</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class StringSpec
    Inherits ModuleSpec</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_StringSpec__ctor_System_Int32_System_Int32_System_Byte_" data-uid="CSJ2K.j2k.StringSpec.#ctor(System.Int32,System.Int32,System.Byte)">
          <a class="xref" href="CSJ2K.j2k.StringSpec.-ctor.html#CSJ2K_j2k_StringSpec__ctor_System_Int32_System_Int32_System_Byte_">StringSpec(int, int, byte)</a>
        </td>
        <td class="markdown level1 summary"><p>Constructs an empty 'StringSpec' with specified number of
tile and components. This constructor is called by the decoder.</p>
</td>
      </tr>
      <tr>
        <td id="CSJ2K_j2k_StringSpec__ctor_System_Int32_System_Int32_System_Byte_System_String_System_String___CSJ2K_j2k_util_ParameterList_" data-uid="CSJ2K.j2k.StringSpec.#ctor(System.Int32,System.Int32,System.Byte,System.String,System.String[],CSJ2K.j2k.util.ParameterList)">
          <a class="xref" href="CSJ2K.j2k.StringSpec.-ctor.html#CSJ2K_j2k_StringSpec__ctor_System_Int32_System_Int32_System_Byte_System_String_System_String___CSJ2K_j2k_util_ParameterList_">StringSpec(int, int, byte, string, string[], ParameterList)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
    </tbody>
  </table>
  <h3 id="seealso">See Also</h3>
  <div class="seealso">
      <div><a class="xref" href="CSJ2K.j2k.ModuleSpec.html">ModuleSpec</a></div>
  </div>

</div>
