# GrapeCity.Documents.Barcode.RssExpandedStackedOptions

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Documents_Barcode_RssExpandedStackedOptions" data-uid="GrapeCity.Documents.Barcode.RssExpandedStackedOptions" class="text-break">RssExpandedStackedOptions Class
</h1>
  <div class="markdown level0 summary"><p>The options of RSSExpandedStacked</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="GrapeCity.Documents.Barcode.BarCodeOptionsBase.html">BarCodeOptionsBase</a></div>
    <div class="level2"><span class="xref">RssExpandedStackedOptions</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Documents.Barcode.html">GrapeCity.Documents.Barcode</a></h6>
  <h6><strong>Assembly</strong>: DS.Documents.Barcode.dll</h6>
  <h5 id="GrapeCity_Documents_Barcode_RssExpandedStackedOptions_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class RssExpandedStackedOptions : BarCodeOptionsBase</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class RssExpandedStackedOptions
    Inherits BarCodeOptionsBase</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_Barcode_RssExpandedStackedOptions__ctor" data-uid="GrapeCity.Documents.Barcode.RssExpandedStackedOptions.#ctor">
          <a class="xref" href="GrapeCity.Documents.Barcode.RssExpandedStackedOptions.-ctor.html#GrapeCity_Documents_Barcode_RssExpandedStackedOptions__ctor">RssExpandedStackedOptions()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="GrapeCity.Documents.Barcode.RssExpandedStackedOptions.html">RssExpandedStackedOptions</a> class.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Barcode_RssExpandedStackedOptions__ctor_System_String_" data-uid="GrapeCity.Documents.Barcode.RssExpandedStackedOptions.#ctor(System.String)">
          <a class="xref" href="GrapeCity.Documents.Barcode.RssExpandedStackedOptions.-ctor.html#GrapeCity_Documents_Barcode_RssExpandedStackedOptions__ctor_System_String_">RssExpandedStackedOptions(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="GrapeCity.Documents.Barcode.RssExpandedStackedOptions.html">RssExpandedStackedOptions</a> class.</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_Barcode_RssExpandedStackedOptions_RowCount" data-uid="GrapeCity.Documents.Barcode.RssExpandedStackedOptions.RowCount">
          <a class="xref" href="GrapeCity.Documents.Barcode.RssExpandedStackedOptions.RowCount.html#GrapeCity_Documents_Barcode_RssExpandedStackedOptions_RowCount">RowCount</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the number of stacked rows.</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="GrapeCity_Documents_Barcode_RssExpandedStackedOptions_AssignFrom_GrapeCity_Documents_Barcode_BarCodeOptionsBase_" data-uid="GrapeCity.Documents.Barcode.RssExpandedStackedOptions.AssignFrom(GrapeCity.Documents.Barcode.BarCodeOptionsBase)">
          <a class="xref" href="GrapeCity.Documents.Barcode.RssExpandedStackedOptions.AssignFrom.html#GrapeCity_Documents_Barcode_RssExpandedStackedOptions_AssignFrom_GrapeCity_Documents_Barcode_BarCodeOptionsBase_">AssignFrom(BarCodeOptionsBase)</a>
        </td>
        <td class="markdown level1 summary"><p>Assigns (copies) properties from another <a class="xref" href="GrapeCity.Documents.Barcode.BarCodeOptionsBase.html">BarCodeOptionsBase</a> to the current object.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Barcode_RssExpandedStackedOptions_Clone" data-uid="GrapeCity.Documents.Barcode.RssExpandedStackedOptions.Clone">
          <a class="xref" href="GrapeCity.Documents.Barcode.RssExpandedStackedOptions.Clone.html#GrapeCity_Documents_Barcode_RssExpandedStackedOptions_Clone">Clone()</a>
        </td>
        <td class="markdown level1 summary"><p>Makes object copy</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Barcode_RssExpandedStackedOptions_Reset" data-uid="GrapeCity.Documents.Barcode.RssExpandedStackedOptions.Reset">
          <a class="xref" href="GrapeCity.Documents.Barcode.RssExpandedStackedOptions.Reset.html#GrapeCity_Documents_Barcode_RssExpandedStackedOptions_Reset">Reset()</a>
        </td>
        <td class="markdown level1 summary"><p>Resets all properties to default values.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Barcode_RssExpandedStackedOptions_ShouldSerialize" data-uid="GrapeCity.Documents.Barcode.RssExpandedStackedOptions.ShouldSerialize">
          <a class="xref" href="GrapeCity.Documents.Barcode.RssExpandedStackedOptions.ShouldSerialize.html#GrapeCity_Documents_Barcode_RssExpandedStackedOptions_ShouldSerialize">ShouldSerialize()</a>
        </td>
        <td class="markdown level1 summary"><p>Indicates whether any property of this object has changed from its default value.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Barcode_RssExpandedStackedOptions_ToString" data-uid="GrapeCity.Documents.Barcode.RssExpandedStackedOptions.ToString">
          <a class="xref" href="GrapeCity.Documents.Barcode.RssExpandedStackedOptions.ToString.html#GrapeCity_Documents_Barcode_RssExpandedStackedOptions_ToString">ToString()</a>
        </td>
        <td class="markdown level1 summary"><p>Returns a <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a> that represents the current <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a>.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
