# org.jpedal.jbig2.segment.Flags.flags

## Content

<div class="doc-site-dotnet-api-container">




<h1 id="org_jpedal_jbig2_segment_Flags_flags" data-uid="org.jpedal.jbig2.segment.Flags.flags" class="text-break">flags Field
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>
<h6><strong>Namespace</strong>: <a class="xref" href="org.jpedal.jbig2.segment.html">org.jpedal.jbig2.segment</a></h6>
<h6><strong>Assembly</strong>: C1.WPF.ReportViewer.4.6.2.dll</h6>
<h5 id="org_jpedal_jbig2_segment_Flags_flags_syntax">Syntax</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">protected Dictionary&lt;string, int?&gt; flags</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Protected flags As Dictionary(Of String, Integer?)</code></pre>
</div>
<h5 class="returns">Returns</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.collections.generic.dictionary-2">Dictionary</a>&lt;<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a>, <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a>?&gt;</td>
      <td></td>
    </tr>
  </tbody>
</table>
</div>
