# CSJ2K.j2k.entropy.decoder.EntropyDecoder.ParameterInfo

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="CSJ2K_j2k_entropy_decoder_EntropyDecoder_ParameterInfo_" data-uid="CSJ2K.j2k.entropy.decoder.EntropyDecoder.ParameterInfo*">ParameterInfo Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="CSJ2K_j2k_entropy_decoder_EntropyDecoder_ParameterInfo_" data-uid="CSJ2K.j2k.entropy.decoder.EntropyDecoder.ParameterInfo*"></a>
<h4 id="CSJ2K_j2k_entropy_decoder_EntropyDecoder_ParameterInfo" data-uid="CSJ2K.j2k.entropy.decoder.EntropyDecoder.ParameterInfo">ParameterInfo</h4>
<div class="markdown level1 summary"><p>Returns the parameters that are used in this class and
implementing classes. It returns a 2D String array. Each of the
1D arrays is for a different option, and they have 3
elements. The first element is the option name, the second one
is the synopsis and the third one is a long description of what
the parameter is. The synopsis or description may be 'null', in
which case it is assumed that there is no synopsis or
description of the option, respectively. Null may be returned
if no options are supported.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public static string[][] ParameterInfo { get; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Shared ReadOnly Property ParameterInfo As String()()</code></pre>
</div>
<h5 class="propertyValue">Property Value</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a>[][]</td>
      <td><p>the options name, their synopsis and their explanation,
or null if no options are supported.</p>
</td>
    </tr>
  </tbody>
</table>
</div>
