# C1.C1Preview.Export.ImageExporter.ProcessPage

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_C1Preview_Export_ImageExporter_ProcessPage_" data-uid="C1.C1Preview.Export.ImageExporter.ProcessPage*">ProcessPage Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_C1Preview_Export_ImageExporter_ProcessPage_" data-uid="C1.C1Preview.Export.ImageExporter.ProcessPage*"></a>
<h4 id="C1_C1Preview_Export_ImageExporter_ProcessPage_System_Drawing_Imaging_Metafile_C1_C1Preview_C1MetafileInfo_System_Int32_System_Boolean_" data-uid="C1.C1Preview.Export.ImageExporter.ProcessPage(System.Drawing.Imaging.Metafile,C1.C1Preview.C1MetafileInfo,System.Int32,System.Boolean)">ProcessPage(Metafile, C1MetafileInfo, int, bool)</h4>
<div class="markdown level1 summary"><p>Exports a page of a document represented by a <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.imaging.metafile">Metafile</a>.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">protected override void ProcessPage(Metafile pageImage, C1MetafileInfo metafileInfo, int pageNo, bool firstPage)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Protected Overrides Sub ProcessPage(pageImage As Metafile, metafileInfo As C1MetafileInfo, pageNo As Integer, firstPage As Boolean)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Name</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.imaging.metafile">Metafile</a></td>
      <td><span class="parametername">pageImage</span></td>
      <td><p>The <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.imaging.metafile">Metafile</a> representing the page to export.</p>
</td>
    </tr>
    <tr>
      <td><span class="xref">C1MetafileInfo</span></td>
      <td><span class="parametername">metafileInfo</span></td>
      <td><p>The <span class="xref">C1.C1Preview.C1MetafileInfo</span> containing information about the <code class="paramref">pageImage</code>.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a></td>
      <td><span class="parametername">pageNo</span></td>
      <td><p>The 1-based page number.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a></td>
      <td><span class="parametername">firstPage</span></td>
      <td><p><b>true</b> if <code class="paramref">pageImage</code> represents the first page of the document, <b>false</b> otherwise.</p>
</td>
    </tr>
  </tbody>
</table>
<h5 class="overrides">Overrides</h5>
<div><a class="xref" href="C1.C1Preview.Export.Exporter.ProcessPage.html#C1_C1Preview_Export_Exporter_ProcessPage_System_Drawing_Imaging_Metafile_C1_C1Preview_C1MetafileInfo_System_Int32_System_Boolean_">Exporter.ProcessPage(Metafile, C1MetafileInfo, int, bool)</a></div>
</div>
