# C1.C1Preview.Export.PagesExportProvider

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_C1Preview_Export_PagesExportProvider" data-uid="C1.C1Preview.Export.PagesExportProvider" class="text-break">PagesExportProvider Class
</h1>
  <div class="markdown level0 summary"><p>The abstract base class for export providers that perform export by iterating
over the list of metafiles representing the pages of a document.</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.Export.ExportProvider.html">ExportProvider</a></div>
    <div class="level2"><span class="xref">PagesExportProvider</span></div>
      <div class="level3"><a class="xref" href="C1.C1Preview.Export.EmfExportProvider.html">EmfExportProvider</a></div>
      <div class="level3"><a class="xref" href="C1.C1Preview.Export.ImageExportProvider.html">ImageExportProvider</a></div>
      <div class="level3"><a class="xref" href="C1.C1Preview.Export.PdfExportProvider.html">PdfExportProvider</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.C1Preview.Export.html">C1.C1Preview.Export</a></h6>
  <h6><strong>Assembly</strong>: C1.WPF.PrintDocument.4.6.2.dll</h6>
  <h5 id="C1_C1Preview_Export_PagesExportProvider_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public abstract class PagesExportProvider : ExportProvider</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public MustInherit Class PagesExportProvider
    Inherits ExportProvider</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_Export_PagesExportProvider__ctor" data-uid="C1.C1Preview.Export.PagesExportProvider.#ctor">
          <a class="xref" href="C1.C1Preview.Export.PagesExportProvider.-ctor.html#C1_C1Preview_Export_PagesExportProvider__ctor">PagesExportProvider()</a>
        </td>
        <td class="markdown level1 summary"></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_Export_PagesExportProvider_ShouldEnsureGeneratedDocument" data-uid="C1.C1Preview.Export.PagesExportProvider.ShouldEnsureGeneratedDocument">
          <a class="xref" href="C1.C1Preview.Export.PagesExportProvider.ShouldEnsureGeneratedDocument.html#C1_C1Preview_Export_PagesExportProvider_ShouldEnsureGeneratedDocument">ShouldEnsureGeneratedDocument</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the value indicating that the document must have been generated before being exported by the current export provider.</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_Export_PagesExportProvider_CanExportObject_System_Object_" data-uid="C1.C1Preview.Export.PagesExportProvider.CanExportObject(System.Object)">
          <a class="xref" href="C1.C1Preview.Export.PagesExportProvider.CanExportObject.html#C1_C1Preview_Export_PagesExportProvider_CanExportObject_System_Object_">CanExportObject(object)</a>
        </td>
        <td class="markdown level1 summary"><p>Tests whether the specified object represents a document that can be exported by the current export provider.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_Export_PagesExportProvider_CanExportRange_C1_C1Preview_OutputRangeTypeEnum_" data-uid="C1.C1Preview.Export.PagesExportProvider.CanExportRange(C1.C1Preview.OutputRangeTypeEnum)">
          <a class="xref" href="C1.C1Preview.Export.PagesExportProvider.CanExportRange.html#C1_C1Preview_Export_PagesExportProvider_CanExportRange_C1_C1Preview_OutputRangeTypeEnum_">CanExportRange(OutputRangeTypeEnum)</a>
        </td>
        <td class="markdown level1 summary"><p>Tests whether the specified type of range can be exported by the current export provider.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_Export_PagesExportProvider_CanExportType_System_Type_" data-uid="C1.C1Preview.Export.PagesExportProvider.CanExportType(System.Type)">
          <a class="xref" href="C1.C1Preview.Export.PagesExportProvider.CanExportType.html#C1_C1Preview_Export_PagesExportProvider_CanExportType_System_Type_">CanExportType(Type)</a>
        </td>
        <td class="markdown level1 summary"><p>Tests whether documents of the specified type can be exported by the current export provider.
Note that if the type is array, this method returns <b>false</b> even though an array of metafiles
can be exported by the associated exporter. Use <a class="xref" href="C1.C1Preview.Export.PagesExportProvider.CanExportObject.html#C1_C1Preview_Export_PagesExportProvider_CanExportObject_System_Object_">CanExportObject(object)</a> to get a definitive value.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
