# GrapeCity.ActiveReports.Viewer.Wpf.View.MultiPagePageView

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_ActiveReports_Viewer_Wpf_View_MultiPagePageView" data-uid="GrapeCity.ActiveReports.Viewer.Wpf.View.MultiPagePageView" class="text-break">MultiPagePageView Class
</h1>
  <div class="markdown level0 summary"><p>Represents a view item for multi-page display.</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="https://learn.microsoft.com/dotnet/api/system.windows.threading.dispatcherobject">DispatcherObject</a></div>
    <div class="level2"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.dependencyobject">DependencyObject</a></div>
    <div class="level3"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.media.visual">Visual</a></div>
    <div class="level4"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement">UIElement</a></div>
    <div class="level5"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.frameworkelement">FrameworkElement</a></div>
    <div class="level6"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.controls.control">Control</a></div>
    <div class="level7"><a class="xref" href="GrapeCity.ActiveReports.Viewer.Wpf.View.MultiPage.VirtualViewsControlItem.html">VirtualViewsControlItem</a></div>
    <div class="level8"><span class="xref">MultiPagePageView</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.media.animation.ianimatable">IAnimatable</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.iframeworkinputelement">IFrameworkInputElement</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.iinputelement">IInputElement</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.isupportinitialize">ISupportInitialize</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.markup.iqueryambient">IQueryAmbient</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.idisposable">IDisposable</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.ActiveReports.Viewer.Wpf.View.html">GrapeCity.ActiveReports.Viewer.Wpf.View</a></h6>
  <h6><strong>Assembly</strong>: MESCIUS.ActiveReports.Viewer.Wpf.dll</h6>
  <h5 id="GrapeCity_ActiveReports_Viewer_Wpf_View_MultiPagePageView_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[TemplatePart(Name = &quot;PageViewContent&quot;, Type = typeof(ContentControl))]
[TemplatePart(Name = &quot;HighlightPage&quot;, Type = typeof(ContentControl))]
[TemplatePart(Name = &quot;PageContainer&quot;, Type = typeof(Grid))]
public class MultiPagePageView : VirtualViewsControlItem, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient, IDisposable</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_ActiveReports_Viewer_Wpf_View_MultiPagePageView__ctor" data-uid="GrapeCity.ActiveReports.Viewer.Wpf.View.MultiPagePageView.#ctor">
          <a class="xref" href="GrapeCity.ActiveReports.Viewer.Wpf.View.MultiPagePageView.-ctor.html#GrapeCity_ActiveReports_Viewer_Wpf_View_MultiPagePageView__ctor">MultiPagePageView()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="GrapeCity.ActiveReports.Viewer.Wpf.View.MultiPagePageView.html">MultiPagePageView</a> class.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="fields">Fields
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="GrapeCity_ActiveReports_Viewer_Wpf_View_MultiPagePageView_BackColorProperty" data-uid="GrapeCity.ActiveReports.Viewer.Wpf.View.MultiPagePageView.BackColorProperty">
          <a class="xref" href="GrapeCity.ActiveReports.Viewer.Wpf.View.MultiPagePageView.BackColorProperty.html">BackColorProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="GrapeCity.ActiveReports.Viewer.Wpf.View.MultiPagePageView.BackColor.html#GrapeCity_ActiveReports_Viewer_Wpf_View_MultiPagePageView_BackColor">BackColor</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Viewer_Wpf_View_MultiPagePageView_ForeColorProperty" data-uid="GrapeCity.ActiveReports.Viewer.Wpf.View.MultiPagePageView.ForeColorProperty">
          <a class="xref" href="GrapeCity.ActiveReports.Viewer.Wpf.View.MultiPagePageView.ForeColorProperty.html">ForeColorProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="GrapeCity.ActiveReports.Viewer.Wpf.View.MultiPagePageView.ForeColor.html#GrapeCity_ActiveReports_Viewer_Wpf_View_MultiPagePageView_ForeColor">ForeColor</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Viewer_Wpf_View_MultiPagePageView_HighlightProperty" data-uid="GrapeCity.ActiveReports.Viewer.Wpf.View.MultiPagePageView.HighlightProperty">
          <a class="xref" href="GrapeCity.ActiveReports.Viewer.Wpf.View.MultiPagePageView.HighlightProperty.html">HighlightProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="GrapeCity.ActiveReports.Viewer.Wpf.View.MultiPagePageView.Highlight.html#GrapeCity_ActiveReports_Viewer_Wpf_View_MultiPagePageView_Highlight">Highlight</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Viewer_Wpf_View_MultiPagePageView_PaperBrushProperty" data-uid="GrapeCity.ActiveReports.Viewer.Wpf.View.MultiPagePageView.PaperBrushProperty">
          <a class="xref" href="GrapeCity.ActiveReports.Viewer.Wpf.View.MultiPagePageView.PaperBrushProperty.html">PaperBrushProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="GrapeCity.ActiveReports.Viewer.Wpf.View.MultiPagePageView.PaperBrush.html#GrapeCity_ActiveReports_Viewer_Wpf_View_MultiPagePageView_PaperBrush">PaperBrush</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Viewer_Wpf_View_MultiPagePageView_ZoomProperty" data-uid="GrapeCity.ActiveReports.Viewer.Wpf.View.MultiPagePageView.ZoomProperty">
          <a class="xref" href="GrapeCity.ActiveReports.Viewer.Wpf.View.MultiPagePageView.ZoomProperty.html">ZoomProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="GrapeCity.ActiveReports.Viewer.Wpf.View.MultiPagePageView.Zoom.html#GrapeCity_ActiveReports_Viewer_Wpf_View_MultiPagePageView_Zoom">Zoom</a> dependency property.</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_ActiveReports_Viewer_Wpf_View_MultiPagePageView_BackColor" data-uid="GrapeCity.ActiveReports.Viewer.Wpf.View.MultiPagePageView.BackColor">
          <a class="xref" href="GrapeCity.ActiveReports.Viewer.Wpf.View.MultiPagePageView.BackColor.html#GrapeCity_ActiveReports_Viewer_Wpf_View_MultiPagePageView_BackColor">BackColor</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the color.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Viewer_Wpf_View_MultiPagePageView_ForeColor" data-uid="GrapeCity.ActiveReports.Viewer.Wpf.View.MultiPagePageView.ForeColor">
          <a class="xref" href="GrapeCity.ActiveReports.Viewer.Wpf.View.MultiPagePageView.ForeColor.html#GrapeCity_ActiveReports_Viewer_Wpf_View_MultiPagePageView_ForeColor">ForeColor</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the color.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Viewer_Wpf_View_MultiPagePageView_Highlight" data-uid="GrapeCity.ActiveReports.Viewer.Wpf.View.MultiPagePageView.Highlight">
          <a class="xref" href="GrapeCity.ActiveReports.Viewer.Wpf.View.MultiPagePageView.Highlight.html#GrapeCity_ActiveReports_Viewer_Wpf_View_MultiPagePageView_Highlight">Highlight</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets highlight model.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Viewer_Wpf_View_MultiPagePageView_PaperBrush" data-uid="GrapeCity.ActiveReports.Viewer.Wpf.View.MultiPagePageView.PaperBrush">
          <a class="xref" href="GrapeCity.ActiveReports.Viewer.Wpf.View.MultiPagePageView.PaperBrush.html#GrapeCity_ActiveReports_Viewer_Wpf_View_MultiPagePageView_PaperBrush">PaperBrush</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the color of the paper.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Viewer_Wpf_View_MultiPagePageView_RenderContext" data-uid="GrapeCity.ActiveReports.Viewer.Wpf.View.MultiPagePageView.RenderContext">
          <a class="xref" href="GrapeCity.ActiveReports.Viewer.Wpf.View.MultiPagePageView.RenderContext.html#GrapeCity_ActiveReports_Viewer_Wpf_View_MultiPagePageView_RenderContext">RenderContext</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the render context.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Viewer_Wpf_View_MultiPagePageView_Zoom" data-uid="GrapeCity.ActiveReports.Viewer.Wpf.View.MultiPagePageView.Zoom">
          <a class="xref" href="GrapeCity.ActiveReports.Viewer.Wpf.View.MultiPagePageView.Zoom.html#GrapeCity_ActiveReports_Viewer_Wpf_View_MultiPagePageView_Zoom">Zoom</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the zoom value.</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_ActiveReports_Viewer_Wpf_View_MultiPagePageView_OnApplyTemplate" data-uid="GrapeCity.ActiveReports.Viewer.Wpf.View.MultiPagePageView.OnApplyTemplate">
          <a class="xref" href="GrapeCity.ActiveReports.Viewer.Wpf.View.MultiPagePageView.OnApplyTemplate.html#GrapeCity_ActiveReports_Viewer_Wpf_View_MultiPagePageView_OnApplyTemplate">OnApplyTemplate()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes the multi-page view.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Viewer_Wpf_View_MultiPagePageView_OnPreviewMouseDown_System_Windows_Input_MouseButtonEventArgs_" data-uid="GrapeCity.ActiveReports.Viewer.Wpf.View.MultiPagePageView.OnPreviewMouseDown(System.Windows.Input.MouseButtonEventArgs)">
          <a class="xref" href="GrapeCity.ActiveReports.Viewer.Wpf.View.MultiPagePageView.OnPreviewMouseDown.html#GrapeCity_ActiveReports_Viewer_Wpf_View_MultiPagePageView_OnPreviewMouseDown_System_Windows_Input_MouseButtonEventArgs_">OnPreviewMouseDown(MouseButtonEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Invoked when an unhandled <span class="xref">System.Windows.Input.Mouse.PreviewMouseDown</span> attached routed event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
