# C1.C1Preview.PageNumberingChange

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_C1Preview_PageNumberingChange" data-uid="C1.C1Preview.PageNumberingChange" class="text-break">PageNumberingChange Class
</h1>
  <div class="markdown level0 summary"><p>Represents an absolute or relative page numbering change in <a class="xref" href="C1.C1Preview.C1PrintDocument.html">C1PrintDocument</a>
or <a class="xref" href="C1.C1Preview.C1MultiDocument.html">C1MultiDocument</a>.</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">PageNumberingChange</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.C1Preview.html">C1.C1Preview</a></h6>
  <h6><strong>Assembly</strong>: C1.WPF.PrintDocument.4.6.2.dll</h6>
  <h5 id="C1_C1Preview_PageNumberingChange_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[TypeConverter(typeof(PageNumberingChange.TypeConverter))]
public class PageNumberingChange</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;TypeConverter(GetType(PageNumberingChange.TypeConverter))&gt;
Public Class PageNumberingChange</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="C1_C1Preview_PageNumberingChange__ctor_C1_C1Preview_PageNumberingChangeModeEnum_System_Int32_" data-uid="C1.C1Preview.PageNumberingChange.#ctor(C1.C1Preview.PageNumberingChangeModeEnum,System.Int32)">
          <a class="xref" href="C1.C1Preview.PageNumberingChange.-ctor.html#C1_C1Preview_PageNumberingChange__ctor_C1_C1Preview_PageNumberingChangeModeEnum_System_Int32_">PageNumberingChange(PageNumberingChangeModeEnum, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.C1Preview.PageNumberingChange.html">PageNumberingChange</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="C1_C1Preview_PageNumberingChange_Mode" data-uid="C1.C1Preview.PageNumberingChange.Mode">
          <a class="xref" href="C1.C1Preview.PageNumberingChange.Mode.html#C1_C1Preview_PageNumberingChange_Mode">Mode</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a <a class="xref" href="C1.C1Preview.PageNumberingChangeModeEnum.html">PageNumberingChangeModeEnum</a> value determining the page numbering change
represented by the current object.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_PageNumberingChange_Value" data-uid="C1.C1Preview.PageNumberingChange.Value">
          <a class="xref" href="C1.C1Preview.PageNumberingChange.Value.html#C1_C1Preview_PageNumberingChange_Value">Value</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the absolute page number or increment.
The semantics of this property depend on the value of the <a class="xref" href="C1.C1Preview.PageNumberingChange.Mode.html#C1_C1Preview_PageNumberingChange_Mode">Mode</a> property.</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="C1_C1Preview_PageNumberingChange_GetPageNo_System_Int32_" data-uid="C1.C1Preview.PageNumberingChange.GetPageNo(System.Int32)">
          <a class="xref" href="C1.C1Preview.PageNumberingChange.GetPageNo.html#C1_C1Preview_PageNumberingChange_GetPageNo_System_Int32_">GetPageNo(int)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the page number changed by the current <a class="xref" href="C1.C1Preview.PageNumberingChange.html">PageNumberingChange</a> object.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_PageNumberingChange_Parse_System_String_System_Boolean_" data-uid="C1.C1Preview.PageNumberingChange.Parse(System.String,System.Boolean)">
          <a class="xref" href="C1.C1Preview.PageNumberingChange.Parse.html#C1_C1Preview_PageNumberingChange_Parse_System_String_System_Boolean_">Parse(string, bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Converts a string to a <a class="xref" href="C1.C1Preview.PageNumberingChange.html">PageNumberingChange</a> object.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_PageNumberingChange_ToString" data-uid="C1.C1Preview.PageNumberingChange.ToString">
          <a class="xref" href="C1.C1Preview.PageNumberingChange.ToString.html#C1_C1Preview_PageNumberingChange_ToString">ToString()</a>
        </td>
        <td class="markdown level1 summary"><p>Converts the current object to a string.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
