Back to Devexpress

PdfExportOptions Properties

corelibraries-devexpress-dot-xtraprinting-dot-pdfexportoptions-dot-underscore-properties.md

latest4.3 KB
Original Source

PdfExportOptions Properties

Contains options that define how a document is exported to PDF format.

NameDescription
AdditionalMetadataSpecifies the additional metadata that is added to the PDF document’s metadata.
AttachmentsProvides access to the attachment files list of the document.
ConvertImagesToJpegSpecifies whether to convert the bitmap and meta file images contained in the document to JPEG format during the export to PDF.
DocumentOptionsGets the options to be embedded as Document Properties of the created PDF file.
ExportBookmarksSpecifies whether to include bookmarks to the exported document.
ExportEditingFieldsToAcroFormsSpecifies whether to convert editable fields to AcroForms fields on PDF export.
ImageQualityGets or sets the quality of images in the resulting PDF file.
NeverEmbeddedFontsGets or sets a semicolon-delimited string of values with the font names which should not be embedded in the resulting PDF file.
PageRangeGets or sets the page range to be exported. Inherited from PageByPageExportOptionsBase.
PasswordSecurityOptionsProvides access to the PDF security options of the document, which require specifying a password.
PdfACompatibilitySpecifies document compatibility with the PDF/A specification.
PdfACompatibleObsolete. Obsolete. Use the PdfExportOptions.PdfACompatibility property instead.
PdfUACompatibilitySpecifies document compatibility with the PDF/UA specification.
RasterizationResolutionSpecifies the resolution (in DPI) used to rasterize vector images on export to the corresponding document format. Inherited from PageByPageExportOptionsBase.
RasterizeImagesSpecifies whether or not vector images should be rasterized on export to the corresponding document format. Inherited from PageByPageExportOptionsBase.
ShowPrintDialogOnOpenGets or sets whether to display the Print dialog when a PDF file is opened.
SignatureOptionsProvides access to digital signature options of PdfExportOptions.

See Also

PdfExportOptions Class

PdfExportOptions Members

DevExpress.XtraPrinting Namespace