# GrapeCity.ActiveReports.Export.Pdf.Section.PdfExport

## Content

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



  <h1 id="GrapeCity_ActiveReports_Export_Pdf_Section_PdfExport" data-uid="GrapeCity.ActiveReports.Export.Pdf.Section.PdfExport" class="text-break">PdfExport Class
</h1>
  <div class="markdown level0 summary"><p>Provides PDF document creation functionality for ActiveReports documents.</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="https://learn.microsoft.com/dotnet/api/system.marshalbyrefobject">MarshalByRefObject</a></div>
    <div class="level2"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.component">Component</a></div>
    <div class="level3"><span class="xref">PdfExport</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.icomponent">IComponent</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.idisposable">IDisposable</a></div>
    <div><a class="xref" href="../MESCIUS.ActiveReports/GrapeCity.ActiveReports.Export.IDocumentExport.html">IDocumentExport</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.ActiveReports.Export.Pdf.Section.html">GrapeCity.ActiveReports.Export.Pdf.Section</a></h6>
  <h6><strong>Assembly</strong>: MESCIUS.ActiveReports.Export.Pdf.dll</h6>
  <h5 id="GrapeCity_ActiveReports_Export_Pdf_Section_PdfExport_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public sealed class PdfExport : Component, IComponent, IDisposable, IDocumentExport</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_Export_Pdf_Section_PdfExport__ctor" data-uid="GrapeCity.ActiveReports.Export.Pdf.Section.PdfExport.#ctor">
          <a class="xref" href="GrapeCity.ActiveReports.Export.Pdf.Section.PdfExport.-ctor.html#GrapeCity_ActiveReports_Export_Pdf_Section_PdfExport__ctor">PdfExport()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the PdfExport class.</p>
</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="GrapeCity_ActiveReports_Export_Pdf_Section_PdfExport_ConvertMetaToPng" data-uid="GrapeCity.ActiveReports.Export.Pdf.Section.PdfExport.ConvertMetaToPng">
          <a class="xref" href="GrapeCity.ActiveReports.Export.Pdf.Section.PdfExport.ConvertMetaToPng.html#GrapeCity_ActiveReports_Export_Pdf_Section_PdfExport_ConvertMetaToPng">ConvertMetaToPng</a>
        </td>
        <td class="markdown level1 summary"><p>Sets or returns a value indicating whether Windows metafiles are converted to PNG files in the exported PDF document.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Export_Pdf_Section_PdfExport_CustomProperties" data-uid="GrapeCity.ActiveReports.Export.Pdf.Section.PdfExport.CustomProperties">
          <a class="xref" href="GrapeCity.ActiveReports.Export.Pdf.Section.PdfExport.CustomProperties.html#GrapeCity_ActiveReports_Export_Pdf_Section_PdfExport_CustomProperties">CustomProperties</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a collection of user-defined properties to be added to the PDF document's &quot;Custom&quot; properties tab.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Export_Pdf_Section_PdfExport_ExportBookmarks" data-uid="GrapeCity.ActiveReports.Export.Pdf.Section.PdfExport.ExportBookmarks">
          <a class="xref" href="GrapeCity.ActiveReports.Export.Pdf.Section.PdfExport.ExportBookmarks.html#GrapeCity_ActiveReports_Export_Pdf_Section_PdfExport_ExportBookmarks">ExportBookmarks</a>
        </td>
        <td class="markdown level1 summary"><p>Sets or returns a value indicating whether bookmarks are exported to the PDF document.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Export_Pdf_Section_PdfExport_FontFallback" data-uid="GrapeCity.ActiveReports.Export.Pdf.Section.PdfExport.FontFallback">
          <a class="xref" href="GrapeCity.ActiveReports.Export.Pdf.Section.PdfExport.FontFallback.html#GrapeCity_ActiveReports_Export_Pdf_Section_PdfExport_FontFallback">FontFallback</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a comma-delimited string of font families that will be used to lookup glyphs missing in original font</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Export_Pdf_Section_PdfExport_ImageInterpolation" data-uid="GrapeCity.ActiveReports.Export.Pdf.Section.PdfExport.ImageInterpolation">
          <a class="xref" href="GrapeCity.ActiveReports.Export.Pdf.Section.PdfExport.ImageInterpolation.html#GrapeCity_ActiveReports_Export_Pdf_Section_PdfExport_ImageInterpolation">ImageInterpolation</a>
        </td>
        <td class="markdown level1 summary"><p>Specifies the images interpolation value</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Export_Pdf_Section_PdfExport_ImageQuality" data-uid="GrapeCity.ActiveReports.Export.Pdf.Section.PdfExport.ImageQuality">
          <a class="xref" href="GrapeCity.ActiveReports.Export.Pdf.Section.PdfExport.ImageQuality.html#GrapeCity_ActiveReports_Export_Pdf_Section_PdfExport_ImageQuality">ImageQuality</a>
        </td>
        <td class="markdown level1 summary"><p>Specifies the quality used for any images that are converted by ActiveReports.  Note that if a JPG image is used in the report, it is written directly to PDF without any conversion.  Other image formats may incur a conversion, which this value will effect.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Export_Pdf_Section_PdfExport_ImageResolution" data-uid="GrapeCity.ActiveReports.Export.Pdf.Section.PdfExport.ImageResolution">
          <a class="xref" href="GrapeCity.ActiveReports.Export.Pdf.Section.PdfExport.ImageResolution.html#GrapeCity_ActiveReports_Export_Pdf_Section_PdfExport_ImageResolution">ImageResolution</a>
        </td>
        <td class="markdown level1 summary"><p>Sets or returns the resolution of images converted from metafiles.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Export_Pdf_Section_PdfExport_NeverEmbedFonts" data-uid="GrapeCity.ActiveReports.Export.Pdf.Section.PdfExport.NeverEmbedFonts">
          <a class="xref" href="GrapeCity.ActiveReports.Export.Pdf.Section.PdfExport.NeverEmbedFonts.html#GrapeCity_ActiveReports_Export_Pdf_Section_PdfExport_NeverEmbedFonts">NeverEmbedFonts</a>
        </td>
        <td class="markdown level1 summary"><p>Sets or returns a semicolon-delimited string of values indicating fonts that should not be embedded in a PDF document.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Export_Pdf_Section_PdfExport_Options" data-uid="GrapeCity.ActiveReports.Export.Pdf.Section.PdfExport.Options">
          <a class="xref" href="GrapeCity.ActiveReports.Export.Pdf.Section.PdfExport.Options.html#GrapeCity_ActiveReports_Export_Pdf_Section_PdfExport_Options">Options</a>
        </td>
        <td class="markdown level1 summary"><p>Returns an object allowing you to specify viewer preferences and document information options for the exported PDF document.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Export_Pdf_Section_PdfExport_Pagination" data-uid="GrapeCity.ActiveReports.Export.Pdf.Section.PdfExport.Pagination">
          <a class="xref" href="GrapeCity.ActiveReports.Export.Pdf.Section.PdfExport.Pagination.html#GrapeCity_ActiveReports_Export_Pdf_Section_PdfExport_Pagination">Pagination</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the value indicates should pagination be used for resulted PDF document or not</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Export_Pdf_Section_PdfExport_PrintPresets" data-uid="GrapeCity.ActiveReports.Export.Pdf.Section.PdfExport.PrintPresets">
          <a class="xref" href="GrapeCity.ActiveReports.Export.Pdf.Section.PdfExport.PrintPresets.html#GrapeCity_ActiveReports_Export_Pdf_Section_PdfExport_PrintPresets">PrintPresets</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the print presets.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Export_Pdf_Section_PdfExport_Security" data-uid="GrapeCity.ActiveReports.Export.Pdf.Section.PdfExport.Security">
          <a class="xref" href="GrapeCity.ActiveReports.Export.Pdf.Section.PdfExport.Security.html#GrapeCity_ActiveReports_Export_Pdf_Section_PdfExport_Security">Security</a>
        </td>
        <td class="markdown level1 summary"><p>Returns a <a class="xref" href="GrapeCity.ActiveReports.Export.Pdf.Section.PdfSecurity.html">PdfSecurity</a> object for initializing document encryption and security.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Export_Pdf_Section_PdfExport_Signature" data-uid="GrapeCity.ActiveReports.Export.Pdf.Section.PdfExport.Signature">
          <a class="xref" href="GrapeCity.ActiveReports.Export.Pdf.Section.PdfExport.Signature.html#GrapeCity_ActiveReports_Export_Pdf_Section_PdfExport_Signature">Signature</a>
        </td>
        <td class="markdown level1 summary"><p>Specifies the signature settings for pdf export</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Export_Pdf_Section_PdfExport_Version" data-uid="GrapeCity.ActiveReports.Export.Pdf.Section.PdfExport.Version">
          <a class="xref" href="GrapeCity.ActiveReports.Export.Pdf.Section.PdfExport.Version.html#GrapeCity_ActiveReports_Export_Pdf_Section_PdfExport_Version">Version</a>
        </td>
        <td class="markdown level1 summary"><p>Sets or returns the version of the PDF format the exported document is saved in.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Export_Pdf_Section_PdfExport_Watermark" data-uid="GrapeCity.ActiveReports.Export.Pdf.Section.PdfExport.Watermark">
          <a class="xref" href="GrapeCity.ActiveReports.Export.Pdf.Section.PdfExport.Watermark.html#GrapeCity_ActiveReports_Export_Pdf_Section_PdfExport_Watermark">Watermark</a>
        </td>
        <td class="markdown level1 summary"><p>Returns an object allowing you to specify watermark settings for the exported PDF document.</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="GrapeCity_ActiveReports_Export_Pdf_Section_PdfExport_Dispose_System_Boolean_" data-uid="GrapeCity.ActiveReports.Export.Pdf.Section.PdfExport.Dispose(System.Boolean)">
          <a class="xref" href="GrapeCity.ActiveReports.Export.Pdf.Section.PdfExport.Dispose.html#GrapeCity_ActiveReports_Export_Pdf_Section_PdfExport_Dispose_System_Boolean_">Dispose(bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Disposes the engine.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Export_Pdf_Section_PdfExport_Export_GrapeCity_ActiveReports_Document_SectionDocument_System_IO_Stream_" data-uid="GrapeCity.ActiveReports.Export.Pdf.Section.PdfExport.Export(GrapeCity.ActiveReports.Document.SectionDocument,System.IO.Stream)">
          <a class="xref" href="GrapeCity.ActiveReports.Export.Pdf.Section.PdfExport.Export.html#GrapeCity_ActiveReports_Export_Pdf_Section_PdfExport_Export_GrapeCity_ActiveReports_Document_SectionDocument_System_IO_Stream_">Export(SectionDocument, Stream)</a>
        </td>
        <td class="markdown level1 summary"><p>Exports the specified document to a PDF stream.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Export_Pdf_Section_PdfExport_Export_GrapeCity_ActiveReports_Document_SectionDocument_System_IO_Stream_System_String_" data-uid="GrapeCity.ActiveReports.Export.Pdf.Section.PdfExport.Export(GrapeCity.ActiveReports.Document.SectionDocument,System.IO.Stream,System.String)">
          <a class="xref" href="GrapeCity.ActiveReports.Export.Pdf.Section.PdfExport.Export.html#GrapeCity_ActiveReports_Export_Pdf_Section_PdfExport_Export_GrapeCity_ActiveReports_Document_SectionDocument_System_IO_Stream_System_String_">Export(SectionDocument, Stream, string)</a>
        </td>
        <td class="markdown level1 summary"><p>Exports the specified document.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Export_Pdf_Section_PdfExport_Export_GrapeCity_ActiveReports_Document_SectionDocument_System_String_" data-uid="GrapeCity.ActiveReports.Export.Pdf.Section.PdfExport.Export(GrapeCity.ActiveReports.Document.SectionDocument,System.String)">
          <a class="xref" href="GrapeCity.ActiveReports.Export.Pdf.Section.PdfExport.Export.html#GrapeCity_ActiveReports_Export_Pdf_Section_PdfExport_Export_GrapeCity_ActiveReports_Document_SectionDocument_System_String_">Export(SectionDocument, string)</a>
        </td>
        <td class="markdown level1 summary"><p>Exports the specified document to a PDF file.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Export_Pdf_Section_PdfExport_Export_GrapeCity_ActiveReports_Document_SectionDocument_System_String_System_String_" data-uid="GrapeCity.ActiveReports.Export.Pdf.Section.PdfExport.Export(GrapeCity.ActiveReports.Document.SectionDocument,System.String,System.String)">
          <a class="xref" href="GrapeCity.ActiveReports.Export.Pdf.Section.PdfExport.Export.html#GrapeCity_ActiveReports_Export_Pdf_Section_PdfExport_Export_GrapeCity_ActiveReports_Document_SectionDocument_System_String_System_String_">Export(SectionDocument, string, string)</a>
        </td>
        <td class="markdown level1 summary"><p>Exports the specified document to a PDF file.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Export_Pdf_Section_PdfExport_Finalize" data-uid="GrapeCity.ActiveReports.Export.Pdf.Section.PdfExport.Finalize">
          <a class="xref" href="GrapeCity.ActiveReports.Export.Pdf.Section.PdfExport.Finalize.html#GrapeCity_ActiveReports_Export_Pdf_Section_PdfExport_Finalize">~PdfExport()</a>
        </td>
        <td class="markdown level1 summary"><p>Finalizer to make sure we dispose any unmanaged resources. Part of disposable pattern.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
