corelibraries-devexpress-dot-xtraprinting-dot-pdfexportoptions-dot-underscore-properties.md
Contains options that define how a document is exported to PDF format.
| Name | Description |
|---|---|
| AdditionalMetadata | Specifies the additional metadata that is added to the PDF document’s metadata. |
| Attachments | Provides access to the attachment files list of the document. |
| ConvertImagesToJpeg | Specifies whether to convert the bitmap and meta file images contained in the document to JPEG format during the export to PDF. |
| DocumentOptions | Gets the options to be embedded as Document Properties of the created PDF file. |
| ExportBookmarks | Specifies whether to include bookmarks to the exported document. |
| ExportEditingFieldsToAcroForms | Specifies whether to convert editable fields to AcroForms fields on PDF export. |
| ImageQuality | Gets or sets the quality of images in the resulting PDF file. |
| NeverEmbeddedFonts | Gets or sets a semicolon-delimited string of values with the font names which should not be embedded in the resulting PDF file. |
| PageRange | Gets or sets the page range to be exported. Inherited from PageByPageExportOptionsBase. |
| PasswordSecurityOptions | Provides access to the PDF security options of the document, which require specifying a password. |
| PdfACompatibility | Specifies document compatibility with the PDF/A specification. |
| PdfACompatible | Obsolete. Obsolete. Use the PdfExportOptions.PdfACompatibility property instead. |
| PdfUACompatibility | Specifies document compatibility with the PDF/UA specification. |
| RasterizationResolution | Specifies the resolution (in DPI) used to rasterize vector images on export to the corresponding document format. Inherited from PageByPageExportOptionsBase. |
| RasterizeImages | Specifies whether or not vector images should be rasterized on export to the corresponding document format. Inherited from PageByPageExportOptionsBase. |
| ShowPrintDialogOnOpen | Gets or sets whether to display the Print dialog when a PDF file is opened. |
| SignatureOptions | Provides access to digital signature options of PdfExportOptions. |
See Also