Back to Devexpress

PdfExportOptions Members

officefileapi-devexpress-dot-docs-dot-presentation-dot-export-dot-pdfexportoptions-dot-underscore-members.md

latest4.5 KB
Original Source

PdfExportOptions Members

Contains options used to export presentations to PDF format.

Constructors

NameDescription
PdfExportOptions()Initializes a new instance of the PdfExportOptions class.

Properties

NameDescription
AttachmentsObtains a list of PDF file attachments.
ConvertImagesToJpegSpecifies whether to convert bitmap and metafile images contained in the presentation to JPEG during export.
DocumentOptionsObtains Document Properties of a PDF file.
EncryptionOptionsGets or sets PDF encryption options.
ExportHiddenSlidesGets or sets whether to export presentation’s hidden slides.
ImageQualityGets or sets the image quality in the PDF file.
NonEmbeddedFontsGets or sets a list of font names that should not be embedded in the resulting PDF file.
RasterizationResolutionSpecifies the resolution (in DPI) used to rasterize vector images during export.
RasterizeImagesGets or sets whether to rasterize vector images during export.
ShowPrintDialogOnOpenGets or sets whether to display the built-in Print dialog when a PDF file is opened.
SignatureOptionsObtains digital signature settings.

Methods

NameDescription
Equals(Object, Object) staticDetermines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object)Determines whether the specified object is equal to the current object. Inherited from Object.
GetHashCode()Serves as the default hash function. Inherited from Object.
GetType()Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protectedCreates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) staticDetermines whether the specified Object instances are the same instance. Inherited from Object.
ToString()Returns a string that represents the current object. Inherited from Object.

See Also

PdfExportOptions Class

DevExpress.Docs.Presentation.Export Namespace