# C1.C1Preview.Export.JpegExportProvider

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_C1Preview_Export_JpegExportProvider" data-uid="C1.C1Preview.Export.JpegExportProvider" class="text-break">JpegExportProvider Class
</h1>
  <div class="markdown level0 summary"><p>Describes export to JPEG files 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"><a class="xref" href="C1.C1Preview.Export.PagesExportProvider.html">PagesExportProvider</a></div>
    <div class="level3"><a class="xref" href="C1.C1Preview.Export.ImageExportProvider.html">ImageExportProvider</a></div>
    <div class="level4"><span class="xref">JpegExportProvider</span></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_JpegExportProvider_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class JpegExportProvider : ImageExportProvider</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class JpegExportProvider
    Inherits ImageExportProvider</code></pre>
  </div>
  <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_JpegExportProvider_FormatName" data-uid="C1.C1Preview.Export.JpegExportProvider.FormatName">
          <a class="xref" href="C1.C1Preview.Export.JpegExportProvider.FormatName.html#C1_C1Preview_Export_JpegExportProvider_FormatName">FormatName</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a short description of the JPEG export format.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_Export_JpegExportProvider_PreferredOrdinal" data-uid="C1.C1Preview.Export.JpegExportProvider.PreferredOrdinal">
          <a class="xref" href="C1.C1Preview.Export.JpegExportProvider.PreferredOrdinal.html#C1_C1Preview_Export_JpegExportProvider_PreferredOrdinal">PreferredOrdinal</a>
        </td>
        <td class="markdown level1 summary"><p>Specifies the preferred ordinal of the export format in &quot;save as...&quot; and similar dialogs.
This implementation returns 103.</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_JpegExportProvider_GetImageFormat" data-uid="C1.C1Preview.Export.JpegExportProvider.GetImageFormat">
          <a class="xref" href="C1.C1Preview.Export.JpegExportProvider.GetImageFormat.html#C1_C1Preview_Export_JpegExportProvider_GetImageFormat">GetImageFormat()</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the image format associated with the current export provider.
This implementation returns <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.imaging.imageformat.jpeg">Jpeg</a>.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="seealso">See Also</h3>
  <div class="seealso">
      <div><a class="xref" href="C1.C1Preview.Export.ImageExportProvider.html">ImageExportProvider</a></div>
      <div><a class="xref" href="C1.C1Preview.Export.ImageExporter.html">ImageExporter</a></div>
  </div>

</div>
