WinForms

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class PresentationToPdfConverterSettings - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class PresentationToPdfConverterSettings

    Represents the conversion Settings for Presentation to PDF Converter.

    Inheritance
    System.Object
    PresentationToPdfConverterSettings
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.PresentationToPdfConverter
    Assembly: Syncfusion.PresentationToPdfConverter.Base.dll
    Syntax
    public class PresentationToPdfConverterSettings

    Constructors

    PresentationToPdfConverterSettings()

    Intialize the new instance of presentation to pdfConverter settings.

    Declaration
    public PresentationToPdfConverterSettings()

    Properties

    EmbedCompleteFonts

    Gets or sets a value indicating whether to embed the complete font information in the converted PDF document. Default value is false

    Declaration
    public bool EmbedCompleteFonts { get; set; }
    Property Value
    Type Description
    System.Boolean

    True: if need to embed the complete font information in the converted PDF document; otherwise, False.

    Remarks

    EmbedFonts

    Gets or sets a value indicating whether to embed fonts in the converted PDF document. Default value is false

    Declaration
    public bool EmbedFonts { get; set; }
    Property Value
    Type Description
    System.Boolean

    True: if need to embed fonts in the converted PDF document; otherwise, False.

    Remarks

    EnablePortableRendering

    Indicates whether to enable portable rendering or not.

    Declaration
    public bool EnablePortableRendering { get; set; }
    Property Value
    Type Description
    System.Boolean

    ImageQuality

    Gets or sets the quality. The value indicates in percentage, max value represents best quality and min value represents best compression.

    Declaration
    public int ImageQuality { get; set; }
    Property Value
    Type Description
    System.Int32
    Remarks

    The value indicates in percentage, max value represents best quality and min value represents best compression

    ImageResolution

    Sets the image resolution to the image, which are embedded in the PowerPoint presentation.

    Declaration
    public int ImageResolution { set; }
    Property Value
    Type Description
    System.Int32

    OptimizeIdenticalImages

    Gets or Sets a value indicating whether to optimize the memory usage for the identical (duplicate) images in PPTX to PDF conversion and converted PDF document.

    Declaration
    public bool OptimizeIdenticalImages { get; set; }
    Property Value
    Type Description
    System.Boolean

    PdfConformanceLevel

    Gets or sets the PDF document's Conformance-level.

    Declaration
    public PdfConformanceLevel PdfConformanceLevel { get; set; }
    Property Value
    Type Description
    PdfConformanceLevel

    The PdfConformanceLevel of the PDF document.

    PublishOptions

    Gets or sets the available publishing options to export the Presentation to PDF document.

    Declaration
    public PublishOptions PublishOptions { get; set; }
    Property Value
    Type Description
    PublishOptions

    ShowHiddenSlides

    Indicates whether to export hidden slides or not.

    Declaration
    public bool ShowHiddenSlides { get; set; }
    Property Value
    Type Description
    System.Boolean

    SlidesPerPage

    Gets or Sets the slides per page

    Declaration
    public SlidesPerPage SlidesPerPage { get; set; }
    Property Value
    Type Description
    SlidesPerPage
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved