Skip to main content
All docs
V25.1
  • PdfExportOptions Properties

    Contains options used to export presentations to PDF format.
    Name Description
    Attachments Obtains a list of PDF file attachments.
    ConvertImagesToJpeg Specifies whether to convert bitmap and metafile images contained in the presentation to JPEG during export.
    DocumentOptions Obtains Document Properties of a PDF file.
    EncryptionOptions Gets PDF encryption options.
    ExportHiddenSlides Gets or sets whether to export presentation’s hidden slides.
    ImageQuality Gets or sets the image quality in the PDF file.
    NonEmbeddedFonts Gets or sets a list of font names that should not be embedded in the resulting PDF file.
    RasterizationResolution Specifies the resolution (in DPI) used to rasterize vector images during export.
    RasterizeImages Gets or sets whether to rasterize vector images during export.
    ShowPrintDialogOnOpen Gets or sets whether to display the built-in Print dialog when a PDF file is opened.
    SignatureOptions Obtains digital signature settings.
    See Also