# GrapeCity.ActiveReports.Export.Pdf.Page.PdfVersion

## Content

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




  <h1 id="GrapeCity_ActiveReports_Export_Pdf_Page_PdfVersion" data-uid="GrapeCity.ActiveReports.Export.Pdf.Page.PdfVersion" class="text-break">PdfVersion Enum
</h1>
  <div class="markdown level0 summary"><p>Output pdf conformance level. Allows to export to PDF/A.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.ActiveReports.Export.Pdf.Page.html">GrapeCity.ActiveReports.Export.Pdf.Page</a></h6>
  <h6><strong>Assembly</strong>: MESCIUS.ActiveReports.Export.Pdf.dll</h6>
  <h5 id="GrapeCity_ActiveReports_Export_Pdf_Page_PdfVersion_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[TypeConverter(typeof())]
public enum PdfVersion</code></pre>
  </div>
  <h3 id="fields">Fields
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    <thead>
    </thead></thead><tbody>
      <tr>
        <td id="GrapeCity_ActiveReports_Export_Pdf_Page_PdfVersion_PDFA1a">PDFA1a</td>
        <td><p>PDF/A-1a level, see <a href="http://en.wikipedia.org/wiki/PDF/A">http://en.wikipedia.org/wiki/PDF/A</a></p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Export_Pdf_Page_PdfVersion_PDFA1b">PDFA1b</td>
        <td><p>PDF/A-1b level, see <a href="http://en.wikipedia.org/wiki/PDF/A">http://en.wikipedia.org/wiki/PDF/A</a></p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Export_Pdf_Page_PdfVersion_PDFA2a">PDFA2a</td>
        <td><p>PDF/A-2a level, see <a href="http://en.wikipedia.org/wiki/PDF/A">http://en.wikipedia.org/wiki/PDF/A</a></p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Export_Pdf_Page_PdfVersion_PDFA2b">PDFA2b</td>
        <td><p>PDF/A-2b level, see <a href="http://en.wikipedia.org/wiki/PDF/A">http://en.wikipedia.org/wiki/PDF/A</a></p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Export_Pdf_Page_PdfVersion_PDFA2u">PDFA2u</td>
        <td><p>PDF/A-2u level, see <a href="http://en.wikipedia.org/wiki/PDF/A">http://en.wikipedia.org/wiki/PDF/A</a></p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Export_Pdf_Page_PdfVersion_PDFA3a">PDFA3a</td>
        <td><p>PDF/A-3a level, see <a href="http://en.wikipedia.org/wiki/PDF/A">http://en.wikipedia.org/wiki/PDF/A</a></p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Export_Pdf_Page_PdfVersion_PDFA3b">PDFA3b</td>
        <td><p>PDF/A-3b level, see <a href="http://en.wikipedia.org/wiki/PDF/A">http://en.wikipedia.org/wiki/PDF/A</a></p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Export_Pdf_Page_PdfVersion_PDFA3u">PDFA3u</td>
        <td><p>PDF/A-3u level, see <a href="http://en.wikipedia.org/wiki/PDF/A">http://en.wikipedia.org/wiki/PDF/A</a></p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Export_Pdf_Page_PdfVersion_PDFUA1">PDFUA1</td>
        <td><p>PDF/UA-1 level, see <a href="http://en.wikipedia.org/wiki/PDF/UA">http://en.wikipedia.org/wiki/PDF/UA</a></p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Export_Pdf_Page_PdfVersion_Pdf12">Pdf12</td>
        <td><p>PDF version 1.2. This is the native file format of Acrobat 3.0.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Export_Pdf_Page_PdfVersion_Pdf13">Pdf13</td>
        <td><p>PDF version 1.3.  This is the native file format of Acrobat 4.0.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Export_Pdf_Page_PdfVersion_Pdf14">Pdf14</td>
        <td><p>PDF version 1.4. This is the native file format of Acrobat 5.0.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Export_Pdf_Page_PdfVersion_Pdf15">Pdf15</td>
        <td><p>PDF version 1.5.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Export_Pdf_Page_PdfVersion_Pdf16">Pdf16</td>
        <td><p>PDF version 1.6.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Export_Pdf_Page_PdfVersion_Pdf17">Pdf17</td>
        <td><p>PDF version 1.7.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Export_Pdf_Page_PdfVersion_Pdf20">Pdf20</td>
        <td><p>PDF version 2.0.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
