# C1.C1Preview.ActionHandlerPageView

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_C1Preview_ActionHandlerPageView" data-uid="C1.C1Preview.ActionHandlerPageView" class="text-break">ActionHandlerPageView Class
</h1>
  <div class="markdown level0 summary"><p>Represents an <a class="xref" href="C1.C1Preview.ActionHandlerBase.html">ActionHandlerBase</a> that changes the document view
in the current viewer control.</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="C1.C1Preview.ActionHandlerBase.html">ActionHandlerBase</a></div>
    <div class="level2"><span class="xref">ActionHandlerPageView</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_ActionHandlerPageView_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class ActionHandlerPageView : ActionHandlerBase</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class ActionHandlerPageView
    Inherits ActionHandlerBase</code></pre>
  </div>
  <h5 id="C1_C1Preview_ActionHandlerPageView_remarks"><strong>Remarks</strong></h5>
  <div class="markdown level0 remarks"><p>For details on the use of action handlers, see <a class="xref" href="C1.C1Preview.ActionHandlerBase.html">ActionHandlerBase</a>.</p>
</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_ActionHandlerPageView__ctor_System_Boolean_System_Boolean_" data-uid="C1.C1Preview.ActionHandlerPageView.#ctor(System.Boolean,System.Boolean)">
          <a class="xref" href="C1.C1Preview.ActionHandlerPageView.-ctor.html#C1_C1Preview_ActionHandlerPageView__ctor_System_Boolean_System_Boolean_">ActionHandlerPageView(bool, bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.C1Preview.ActionHandlerPageView.html">ActionHandlerPageView</a> class,
assigning the <a class="xref" href="C1.C1Preview.ActionHandlerPageView.Facing.html#C1_C1Preview_ActionHandlerPageView_Facing">Facing</a> and <a class="xref" href="C1.C1Preview.ActionHandlerPageView.Continuous.html#C1_C1Preview_ActionHandlerPageView_Continuous">Continuous</a> properties.</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_ActionHandlerPageView_Continuous" data-uid="C1.C1Preview.ActionHandlerPageView.Continuous">
          <a class="xref" href="C1.C1Preview.ActionHandlerPageView.Continuous.html#C1_C1Preview_ActionHandlerPageView_Continuous">Continuous</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether to change the view to <b>Continuous</b> mode.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_ActionHandlerPageView_Facing" data-uid="C1.C1Preview.ActionHandlerPageView.Facing">
          <a class="xref" href="C1.C1Preview.ActionHandlerPageView.Facing.html#C1_C1Preview_ActionHandlerPageView_Facing">Facing</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether to change the view to <b>Facing</b> mode.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
