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

    Contains options used to export presentations to PDF format.

    Constructors

    Name Description
    PdfExportOptions() Initializes a new instance of the PdfExportOptions class.

    Properties

    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.

    Methods

    Name Description
    Equals(Object, Object) static Determines 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() protected Creates a shallow copy of the current Object. Inherited from Object.
    ReferenceEquals(Object, Object) static Determines 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