# GrapeCity.ActiveReports.Converters.PageViewToCanvasConverter

## Content

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



  <h1 id="GrapeCity_ActiveReports_Converters_PageViewToCanvasConverter" data-uid="GrapeCity.ActiveReports.Converters.PageViewToCanvasConverter" class="text-break">PageViewToCanvasConverter Class
</h1>
  <div class="markdown level0 summary"><p>Represents a converter that converts a <span class="xref">GrapeCity.Viewer.Common.PageView</span> to a XAML <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.controls.canvas">Canvas</a> element.</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">PageViewToCanvasConverter</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.data.imultivalueconverter">IMultiValueConverter</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.ActiveReports.Converters.html">GrapeCity.ActiveReports.Converters</a></h6>
  <h6><strong>Assembly</strong>: MESCIUS.ActiveReports.Viewer.Wpf.dll</h6>
  <h5 id="GrapeCity_ActiveReports_Converters_PageViewToCanvasConverter_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class PageViewToCanvasConverter : IMultiValueConverter</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_Converters_PageViewToCanvasConverter__ctor" data-uid="GrapeCity.ActiveReports.Converters.PageViewToCanvasConverter.#ctor">
          <a class="xref" href="GrapeCity.ActiveReports.Converters.PageViewToCanvasConverter.-ctor.html#GrapeCity_ActiveReports_Converters_PageViewToCanvasConverter__ctor">PageViewToCanvasConverter()</a>
        </td>
        <td class="markdown level1 summary"></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_Converters_PageViewToCanvasConverter_Convert_System_Object___System_Type_System_Object_System_Globalization_CultureInfo_" data-uid="GrapeCity.ActiveReports.Converters.PageViewToCanvasConverter.Convert(System.Object[],System.Type,System.Object,System.Globalization.CultureInfo)">
          <a class="xref" href="GrapeCity.ActiveReports.Converters.PageViewToCanvasConverter.Convert.html#GrapeCity_ActiveReports_Converters_PageViewToCanvasConverter_Convert_System_Object___System_Type_System_Object_System_Globalization_CultureInfo_">Convert(object[], Type, object, CultureInfo)</a>
        </td>
        <td class="markdown level1 summary"><p>Converts source values to a value for the binding target. The data binding engine calls this method when it propagates the values from source bindings to the binding target.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Converters_PageViewToCanvasConverter_ConvertBack_System_Object_System_Type___System_Object_System_Globalization_CultureInfo_" data-uid="GrapeCity.ActiveReports.Converters.PageViewToCanvasConverter.ConvertBack(System.Object,System.Type[],System.Object,System.Globalization.CultureInfo)">
          <a class="xref" href="GrapeCity.ActiveReports.Converters.PageViewToCanvasConverter.ConvertBack.html#GrapeCity_ActiveReports_Converters_PageViewToCanvasConverter_ConvertBack_System_Object_System_Type___System_Object_System_Globalization_CultureInfo_">ConvertBack(object, Type[], object, CultureInfo)</a>
        </td>
        <td class="markdown level1 summary"><p>Converts a binding target value to the source binding values.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
