The DataDynamics.ActiveReports.Export.Pdf namespace contains the PDF export classes.
Classes
| Class | Description |
| PdfDocumentOptions | Encapsulates viewer preferences as well as document information and metadata for exporting a PDF document. |
| PdfExport | Provides PDF document creation functionality for ActiveReports documents. |
| PdfExportException | The exception that is thrown when a non-fatal PdfExport-specific application error occurs. |
| PdfSecurity | Encapsulates the information necessary to provide PDF document security and encryption. |
Enumerations
| Enumeration | Description |
| DisplayMode | An enumeration of values which specify how the document should be displayed when it is opened. |
| ImageQuality | An enumeration of values indicating the level of quality at which to export metafile images. |
| PdfPermissions | An enumeration of values to specify the user permissions for the document. These values can be combined using a bitwise OR combination. |
| PdfVersion | An enumeration of values indicating the version of the PDF format to which the exported document is saved. |
See Also